All Products
Search
Document Center

Web Application Firewall:DescribeDefenseResourceNames

Last Updated:Apr 24, 2024

Performs a pagination query to retrieve the names of protected objects.

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 Web Application Firewall (WAF) instance.

Note You can call the DescribeInstance operation to query the ID of the WAF instance.
waf_v2_public_cn-9lb****5s03
ResourceManagerResourceGroupIdstringNo

The ID of the Alibaba Cloud resource group.

rg-aekzd4c****pdwy
ResourcestringNo

The name of the protected object that you want to query.

example.xxxxaliyundoc.com
PageNumberintegerNo

The page number. Default value: 1.

1
PageSizeintegerNo

The number of entries per page. Default value: 20.

10
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

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

C1823E96-EF4B-5BD2-9E02-1D18****3ED8
TotalCountlong

The total number of entries returned.

75
Resourcesarray

The names of the protected objects.

string

The name of the protected object.

example.aliyundoc.com-waf

Examples

Sample success responses

JSONformat

{
  "RequestId": "C1823E96-EF4B-5BD2-9E02-1D18****3ED8",
  "TotalCount": 75,
  "Resources": [
    "example.aliyundoc.com-waf"
  ]
}

Error codes

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