All Products
Search
Document Center

Web Application Firewall:DescribePunishedDomains

Last Updated:Apr 24, 2024

Queries a list of domain names that are added to Web Application Firewall (WAF) and penalized for failing to obtain an Internet Content Provider (ICP) filing.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The ID of the WAF instance.

Note You can call the DescribeInstance operation to query the ID of the WAF instance.
waf_v3prepaid_public_cn-uqm****qa07
DomainsarrayNo

The domain names.

stringNo

The domain name.

demo.xxxaliyundoc.com
RegionIdstringNo

The region in which the WAF instance is deployed. Valid values:

  • cn-hangzhou: Chinese mainland.
  • ap-southeast-1: outside the Chinese mainland.
cn-hangzhou
ResourceManagerResourceGroupIdstringNo

The ID of the Alibaba Cloud resource group.

rg-aekz7nc****aata

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

B1F4D802-55A1-5D53-A247-7E79****85E7
PunishedDomainsarray

The domain names that are penalized for failing to obtain an ICP filing.

string

The domain name that is penalized for failing to obtain an ICP filing.

demo.xxxaliyundoc.com

Examples

Sample success responses

JSONformat

{
  "RequestId": "B1F4D802-55A1-5D53-A247-7E79****85E7",
  "PunishedDomains": [
    "demo.xxxaliyundoc.com\n"
  ]
}

Error codes

For a list of error codes, visit the Service error codes.