List FQDNLists
GET/v1/config/rulestacks/:rulestackname/fqdnlists
Retrieve the information about the FDQN lists for the specified rulestack.
Request
Query Parameters
If the number of FQDNs available for retrieval exceeds the maximum you requested, NGFW returns a NextToken value in response. To retrieve the next batch of FQDN list, use this token in your next request.
Default value: true
FQDN candidate.
FQDNs in run state.
Uncommitted FQDN lists.
Possible values: >= 1
and <= 1024
Default value: 1024
The maximum number of FQDNs that you want NGFW to return for this request.
Retrieve FQDN information.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- InvalidRequestException—Operation failed due to invalid request. For example, unsupported parameter name or value in the request.
- ResourceNotFoundException—Unable to locate a resource using the parameters you provided.
- ThrottlingException—Operation failed due to throttling limitations.
- InternalServerError—Your request is valid but Cloud NGFW could not perform the operation due to a system issue.
Response object
FQDN list candidate.
FQDN lists on run state.
FqdnListUncommitted object[]
Uncommitted FQDN lists.
Possible values: non-empty
and <= 128 characters
, Value must match regular expression ^[a-zA-Z0-9-]+$
Name of the FQDN list.
FQDN list operation.
If the number of FQDN lists available for retrieval exceeds the maximum you requested, NGFW returns a NextToken value in response. To retrieve the next batch of FQDN list, use this token in your next request.
Name of the rulestack.
ResponseStatus object
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": {
"FqdnListCandidate": [
"string"
],
"FqdnListRunning": [
"string"
],
"FqdnListUncommitted": [
{
"Name": "string",
"operation": "string"
}
],
"NextToken": "string",
"RuleStackName": "string"
},
"ResponseStatus": {
"ErrorCode": 0,
"Reason": "string"
}
}