All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnUserTags

Last Updated:Oct 17, 2024

Queries user tags.

Operation description

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

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

34AB41F1-04A5-496F-8C8D-634BDBE6A9FB
Tagsarray<object>

The tag.

Tagobject
Keystring

The tag key.

region
Valuearray

The value of the tag that you want to query.

Valuestring

The value of a tag.

hangzhou

Examples

Sample success responses

JSONformat

{
  "RequestId": "34AB41F1-04A5-496F-8C8D-634BDBE6A9FB",
  "Tags": [
    {
      "Key": "region",
      "Value": [
        "hangzhou"
      ]
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-03-02The internal configuration of the API is changed, but the call is not affectedView Change Details