Skip to main content

Create an IntelligentFeed

POST 

/v1/config/rulestacks/:rulestackname/feeds

Create intelligence feed to analyze threat data.

Request

Path Parameters

    rulestackname stringrequired

    The name of the rulestack.

Body

    AuditComment Auditcomment (string)

    Possible values: <= 512 characters

    The intelligent feed audit remarks.

    Certificate Certificate (string)

    The threat intelligence feed certificate.

    Description Description (string)

    Possible values: <= 512 characters

    A description of feed.

    FeedURL Feedurl (string)required

    Possible values: non-empty and <= 255 characters, Value must match regular expression ^(http|https)://.+$

    The intelligence feed URL.

    Frequency Frequency (string)required

    Possible values: [HOURLY, DAILY]

    The frequency of feed refresh.

    Name Name (string)required

    Possible values: non-empty and <= 63 characters, Value must match regular expression ^[a-zA-Z0-9-]+$

    Name of the rulestack.

    Time Time (integer)

    Possible values: <= 23

    Default value: 3

    The timestamp of the feed.

    Type Type (string)required

    Possible values: [IP_LIST, URL_LIST]

    Type of the feed; category feeds, source feeds, and destination feeds.

Responses

OK

Schema
    Response object

    The API call response.

    FeedEntry object

    The intelligent feed list entry.

    AuditComment Auditcomment (string)

    The intelligent feed audit remarks.

    Certificate Certificate (string)

    The threat intelligence feed certificate.

    Description Description (string)

    A description of feed.

    FeedURL Feedurl (string)

    The intelligence feed URL.

    Frequency Frequency (string)

    Possible values: [HOURLY, DAILY]

    The frequency of feed refresh.

    Time Time (integer)

    Possible values: <= 23

    The timestamp of the feed.

    Type Type (string)

    Possible values: [IP_LIST, URL_LIST]

    Type of the feed; category feeds, source feeds, and destination feeds.

    UpdateToken Updatetoken (string)

    Default value: 1

    Refresh the token.

    Name Name (string)

    Name of the intelligent feed list.

    RuleStackName Rulestackname (string)

    Name of the rulestack.

    ResponseStatus object

    The API call response status.

    ErrorCode Errorcode (integer)

    Default value: 0

    Default value of a successful response is 0. Any other number indicates an error code.

    400—HTTP bad request

    • InvalidRequestException—Operation failed due to invalid request. For example, unsupported parameter name or value in the request.
    • LimitExceededException—Operation failed due to violation in limit settings.
    • ThrottlingException—Operation failed due to throttling limitations.
    • AccessDeniedException—You do not have sufficient access to perform this action.

    500—Bad request

    • InternalServerError—Your request is valid but Cloud NGFW could not perform the operation due to a system issue.
    • InsufficientCapacityException—AWS currently does not have enough capacity to fulfill your request.
    Reason Reason (string)

    The error description.

Loading...