All Products
Search
Document Center

Web Application Firewall:DescribeDefenseResourceGroupNames

Last Updated:Apr 24, 2024

Queries the names of protected object groups.

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_v3prepaid_public_cn-lbj****cc03
GroupNameLikestringNo

The name of the protected object group. Fuzzy queries are supported.

example-group
PageNumberintegerNo

The page number. Default value: 1.

1
PageSizeintegerNo

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

10
ResourceManagerResourceGroupIdstringNo

The ID of the Alibaba Cloud resource group.

rg-aekzwwk****cv5i
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 request ID.

59DA4258-2F32-5095-B283-57AC****70B3
TotalCountlong

The total number of entries returned.

8
GroupNamesarray

The names of the protected object groups.

string

The name of the protected object group.

example-group-name

Examples

Sample success responses

JSONformat

{
  "RequestId": "59DA4258-2F32-5095-B283-57AC****70B3",
  "TotalCount": 8,
  "GroupNames": [
    "example-group-name"
  ]
}

Error codes

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