List FQDNLists
GEThttps://api.us-east-1.aws.cloudngfw.paloaltonetworks.com/v1/config/rulestacks/:rulestackname/fqdnlists
Retrieve the information about the FDQN lists for the specified rulestack.
Request
Query Parameters
nexttoken Nexttoken
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.
candidate Candidate
FQDN candidate.
Default value:
true
running Running
FQDNs in run state.
Default value:
false
uncommitted Uncommitted
Uncommitted FQDN lists.
Default value:
false
maxresults Maxresults
Possible values: >= 1
and <= 1024
The maximum number of FQDNs that you want NGFW to return for this request.
Default value:
1024
describe Describe
Retrieve FQDN information.
Default value:
false
Responses
- 200
OK
- application/json
- Schema
- Example (auto)
Schema
Response object
ResponseStatus object
{
"Response": {
"FqdnListCandidate": [
"string"
],
"FqdnListRunning": [
"string"
],
"FqdnListUncommitted": [
{
"Name": "string",
"operation": "string"
}
],
"NextToken": "string",
"RuleStackName": "string"
},
"ResponseStatus": {
"ErrorCode": 0,
"Reason": "string"
}
}
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L 'https://api.us-east-1.aws.cloudngfw.paloaltonetworks.com/v1/config/rulestacks/:rulestackname/fqdnlists' \
-H 'Accept: application/json'
ResponseClear