All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeDcdnWafDomain

Last Updated:Apr 11, 2024

Queries domain names that have Web Application Firewall (WAF) enabled and the relevant information, including the status of the access control list (ACL), protection against HTTP flood attacks, domain name, and WAF.

Operation description

Note You can call this operation up to 50 times per second per account.

Debugging

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

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
dcdn:DescribeDcdnWafDomainRead
  • Domain
    acs:dcdn:*:{#accountId}:domain/{#domainName}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region where WAF is enabled.

Enumeration Value:
  • cn-hangzhou
  • ap-southeast-1
cn-hangzhou
DomainNamestringNo

The accelerated domain name. If you do not specify an accelerated domain name, all accelerated domain names are queried.

example.com
ResourceGroupIdstringNo

The ID of the resource group. If you leave this parameter empty, the default resource group is used.

/

Response parameters

ParameterTypeDescriptionExample
object
TotalCountinteger

The number of accelerated domain names returned.

1
RequestIdstring

The ID of the request.

CB1A380B-09F0-41BB-802B-72F8FD6DA2FE
OutPutDomainsobject []

The accelerated domain name.

AclStatusinteger

The status of the ACL. Valid values:

  • 0: disabled
  • 1: enabled
1
Statusinteger

The status of the domain name. Valid values:

  • 1: The domain name is added to WAF, or the domain name is valid.
  • 10: The domain name is being added to WAF.
  • 11: The domain name failed to be added to WAF.
1
Domainstring

The domain name that has WAF enabled.

example.com
CcStatusinteger

The status of protection against HTTP flood attacks. Valid values:

  • 0: disabled
  • 1: enabled
1
WafStatusinteger

The status of WAF. Valid values:

  • 0: disabled
  • 1: enabled
1

Examples

Sample success responses

JSONformat

{
  "TotalCount": 1,
  "RequestId": "CB1A380B-09F0-41BB-802B-72F8FD6DA2FE",
  "OutPutDomains": [
    {
      "AclStatus": 1,
      "Status": 1,
      "Domain": "example.com",
      "CcStatus": 1,
      "WafStatus": 1
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterThe specified parameter is invalid.A parameter is set to an invalid value.
400InvalidDomainNameThe specified DomainName is invalid.The DomainName parameter is set to an invalid value. Specify a valid value and try again.
404InvalidDomain.NotFoundThe specified domain does not exist.The specified domain name does not exist.

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