Update an IntelligentFeed
PUT/v1/config/rulestacks/:rulestackname/feeds/:name
Update the threat intelligence feeds for a rulestack.
Request
Path Parameters
The name of the rulestack.
The name of the feed.
- application/json
Body
Possible values: <= 512 characters
The intelligent feed audit remarks.
The threat intelligence feed certificate.
Possible values: <= 512 characters
A description of feed.
Possible values: non-empty
and <= 255 characters
, Value must match regular expression ^(http|https)://.+$
The intelligence feed URL.
Possible values: [HOURLY
, DAILY
]
The frequency of feed refresh.
Possible values: <= 23
Default value: 3
The timestamp of the feed.
Possible values: [IP_LIST
, URL_LIST
]
Type of the feed; category feeds, source feeds, and destination feeds.
Refresh the token.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- 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.
- 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.
Response object
The API call response.
FeedEntry object
The intelligent feed list entry.
The intelligent feed audit remarks.
The threat intelligence feed certificate.
A description of feed.
The intelligence feed URL.
Possible values: [HOURLY
, DAILY
]
The frequency of feed refresh.
Possible values: <= 23
The timestamp of the feed.
Possible values: [IP_LIST
, URL_LIST
]
Type of the feed; category feeds, source feeds, and destination feeds.
Default value: 1
Refresh the token.
Name of the intelligent feed list.
Name of the rulestack.
ResponseStatus object
The API call response status.
Default value: 0
Default value of a successful response is 0. Any other number indicates an error code.
400—HTTP bad request
500—Bad request
The error description.
{
"Response": {
"FeedEntry": {
"AuditComment": "string",
"Certificate": "string",
"Description": "string",
"FeedURL": "string",
"Frequency": "HOURLY",
"Time": 0,
"Type": "IP_LIST",
"UpdateToken": "1"
},
"Name": "string",
"RuleStackName": "string"
},
"ResponseStatus": {
"ErrorCode": 0,
"Reason": "string"
}
}