Describe an IntelligentFeed
GET/v1/config/rulestacks/:rulestackname/feeds/:name
Returns the intelligence feed data collected for the specified rulestack.
Request
Path Parameters
The name of the rulestack.
The name of the feed.
- application/json
Body
Default value: true
Intelligent feed candidate.
Intelligent feeds in run state.
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.
Response object
The API call response.
FeedCandidate object
The intelligent feed list candidate.
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.
FeedRunning object
The intelligent feeds on run state.
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 entry.
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": {
"FeedCandidate": {
"AuditComment": "string",
"Certificate": "string",
"Description": "string",
"FeedURL": "string",
"Frequency": "HOURLY",
"Time": 0,
"Type": "IP_LIST",
"UpdateToken": "1"
},
"FeedRunning": {
"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"
}
}