Queries the accelerated domain names that are protected by Web Application Firewall (WAF). Fuzzy search is supported.
Operation description
You can call this operation up to 20 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
QueryArgs | string | No | The query conditions. You can filter domain names by name. Fuzzy match is supported | {"DomainName":"example.com"} |
PageNumber | integer | No | The number of the page to return. Valid values: 1 to 100000. Default value: 1. | 1 |
PageSize | integer | No | The number of domain names to return on each page. Valid values: an integer from 1 to 500. Default value: 20. | 20 |
Response parameters
Examples
Sample success responses
JSON
format
{
"PageSize": 20,
"RequestId": "153ca2cd-3c01-44be-b408-64dbc6c88630",
"PageNumber": 1,
"TotalCount": 15,
"Domains": [
{
"PolicyCount": 3,
"ClientIpTag": "X-Forwarded-For",
"DomainName": "example.com"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.