Adds tags to a resource.
Note The maximum number of times that each user can call this operation per second is 100.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | TagResources |
The operation that you want to perform. Set the value to TagResources. |
ResourceId.N | RepeatList | Yes | 1 |
The ID of the resource. Valid values of N: 1 to 50. |
ResourceType | String | Yes | DOMAIN |
The type of resource. The resource type. Set the value to DOMAIN. |
Tag.N.Key | String | Yes | env |
The key of the tag. Valid values of N: 1 to 20. |
Tag.N.Value | String | No | value |
The value of the tag. Valid values of N: 1 to 20. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 97C68796-EB7F-4D41-9D5B-12B909D76508 |
The ID of the request. |
Examples
Sample requests
http(s)://cdn.aliyuncs.com/? Action=TagResources
&ResourceId.1=1
&ResourceType=DOMAIN
&Tag.1.Key=env
&Tag.1.Value=''
&<Common request parameters>
Sample success responses
XML
format
<TagResourcesResponse>
<RequestId>97C68796-EB7F-4D41-9D5B-12B909D76508</RequestId>
</TagResourcesResponse>
JSON
format
{
"RequestId":"97C68796-EB7F-4D41-9D5B-12B909D76508"
}
Error codes
For a list of error codes, visit the API Error Center.