Skip to main content

Update an IntelligentFeed

PUT 

/v1/config/rulestacks/:rulestackname/feeds/:name

Update the threat intelligence feeds for a rulestack.

Request

Path Parameters

    rulestackname stringrequired

    The name of the rulestack.

    name stringrequired

    The name of the feed.

Body

    AuditComment Auditcomment

    Possible values: <= 512 characters

    The intelligent feed audit remarks.

    Certificate Certificate

    The threat intelligence feed certificate.

    Description Description

    Possible values: <= 512 characters

    A description of feed.

    FeedURL Feedurlrequired

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

    The intelligence feed URL.

    Frequency Frequencyrequired

    Possible values: [HOURLY, DAILY]

    The frequency of feed refresh.

    Time Time

    Possible values: <= 23

    Default value: 3

    The timestamp of the feed.

    Type Typerequired

    Possible values: [IP_LIST, URL_LIST]

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

    UpdateToken Updatetoken

    Refresh the token.

Responses

OK

Schema
    Response object

    The API call response.

    FeedEntry object

    The intelligent feed list entry.

    AuditComment Auditcomment

    The intelligent feed audit remarks.

    Certificate Certificate

    The threat intelligence feed certificate.

    Description Description

    A description of feed.

    FeedURL Feedurl

    The intelligence feed URL.

    Frequency Frequency

    Possible values: [HOURLY, DAILY]

    The frequency of feed refresh.

    Time Time

    Possible values: <= 23

    The timestamp of the feed.

    Type Type

    Possible values: [IP_LIST, URL_LIST]

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

    UpdateToken Updatetoken

    Default value: 1

    Refresh the token.

    Name Name

    Name of the intelligent feed list.

    RuleStackName Rulestackname

    Name of the rulestack.

    ResponseStatus object

    The API call response status.

    ErrorCode Errorcode

    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

    The error description.

Loading...