All Products
Search
Document Center

Web Application Firewall:ListTagResources

Last Updated:Apr 24, 2024

Queries the tags that are added to a resource.

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
RegionIdstringYes

The region in which the Web Application Firewall (WAF) instance is deployed. Valid values:

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

The pagination token that is used in the next request to retrieve a new page of results.

caeba0bbb2be03f84eb48b699f0*****
ResourceTypestringYes

The type of the resource. Set the value to ALIYUN::WAF::DEFENSERESOURCE.

ALIYUN::WAF::DEFENSERESOURCE
ResourceIdarrayNo

The resource IDs. You can specify up to 50 resource IDs.

stringNo

The resource ID.

demo.xxxaliyundoc.com-waf
Tagobject []No

The tags that are added to the resource.

KeystringNo

The key of tag N that is added to the resource. Valid values of N: 1 to 20.

Tagkey1
ValuestringNo

The value of tag N that is added to the resource. Valid values of N: 1 to 20.

TagValue1

Response parameters

ParameterTypeDescriptionExample
object
NextTokenstring

A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists.

caeba0bbb2be03f84eb48b699f0*****
RequestIdstring

The request ID.

716E64DA-044F-51C7-B528-2FBF****AE4F
TagResourcesobject []

The list of resources.

ResourceTypestring

The type of the resource. ALIYUN::WAF::DEFENSERESOURCE is returned.

ALIYUN::WAF::DEFENSERESOURCE
TagValuestring

The value of tag N that is added to the resource.

TayValue1
ResourceIdstring

The resource ID.

c754d2a4-28f1-46df-b557-9586173a****
TagKeystring

The key of tag N that is added to the resource.

TagKey1

Examples

Sample success responses

JSONformat

{
  "NextToken": "caeba0bbb2be03f84eb48b699f0*****",
  "RequestId": "716E64DA-044F-51C7-B528-2FBF****AE4F",
  "TagResources": [
    {
      "ResourceType": "ALIYUN::WAF::DEFENSERESOURCE",
      "TagValue": "TayValue1",
      "ResourceId": "c754d2a4-28f1-46df-b557-9586173a****",
      "TagKey": "TagKey1"
    }
  ]
}

Error codes

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