You can call this operation to create and bind tags to a specified ROS resource list.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | TagResources | The operation that you want to perform. Set the value to TagResources. |
RegionId | String | Yes | cn-hangzhou | The region ID of the tag. You can call the DescribeRegions operation to query the most recent region list. |
ResourceId.N | RepeatList | Yes | i-bp67acfmxazb4ph*** | The ID of resource N. Valid values of N: 1 to 50. |
ResourceType | String | Yes | stack | The type of the resource. Valid values:
|
Tag.N.Key | String | Yes | FinanceDept | The key of tag N of the resource. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot contain http:// or https://. It cannot start with acs: or aliyun. |
Tag.N.Value | String | Yes | FinanceJoshua | The value of tag N of the resource. Valid values of N: 1 to 20. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot contain http:// or https://. It cannot start with acs: or aliyun. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | C46FF5A8-C5F0-4024-8262-B16B639225A0 | The ID of the request. |
Examples
Sample requests
http(s)://ros.aliyuncs.com/? Action=TagResources
&RegionId=cn-hangzhou
&ResourceId.1=i-bp67acfmxazb4ph***
&ResourceType=stack
&Tag.1.Key=FinanceDept
&Tag.1.Value=FinanceJoshua
&<Common request parameters>
Sample success responses
XML
format
<TagResourcesResponse>
<RequestId>C46FF5A8-C5F0-4024-8262-B16B639225A0</RequestId>
</TagResourcesResponse>
JSON
format
{
"RequestId":"C46FF5A8-C5F0-4024-8262-B16B639225A0"
}
Error codes
For a list of error codes, visit the API Error Center.
HTTP status code |
Error code |
Error message |
Description |
---|---|---|---|
400 |
InvalidParameter |
The specified parameter ResourceType is invalid, {reason}. |
The error message returned because the specified resource type parameter is invalid. reason indicates the specific reason. |
400 |
InvalidParameter |
The specified parameter ResourceIds is invalid, {reason}. |
The error message returned because the specified resource ID does not exist, or the verification failed. reason indicates the specific reason. |
400 |
InvalidParameter |
The specified parameter Tags is invalid, {reason}. |
The error message returned because the specified Tags parameter is invalid. reason indicates the specific reason. |
400 |
Duplicate.TagKey |
The Tag.N.Key contain duplicate key. |
The error message returned because the specified tag key already exists. Tag keys must be unique. |