Adds one or more tags to a resource.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | TagResources |
The operation that you want to perform. Set the value to TagResources. |
ResourceType | String | Yes | loadbalancer |
The type of the resource. Valid values:
|
ResourceId | Array of String | Yes | i-2zebd226fxed6h4i**** |
The ID of the resource. |
Tag | Array | Yes |
The tags. |
|
Key | String | No | env |
The tag key. It can be up to 128 characters in length and cannot start with |
Value | String | No | product |
The tag value. It can be up to 128 characters in length and cannot start with |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=TagResources
&ResourceType=loadbalancer
&ResourceId=["i-2zebd226fxed6h4i****"]
&Tag=[{"Key":"env","Value":"product"}]
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<TagResourcesResponse>
<RequestId>593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3</RequestId>
</TagResourcesResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
404 | ResourceNotFound.Acl | The specified resource %s is not found. | The error message returned because the specified resource %s does not exist. |
404 | ResourceNotFound.LoadBalancer | The specified resource %s is not found. | The error message returned because the specified resource %s does not exist. |
404 | ResourceNotFound.SecurityPolicy | The specified resource %s is not found. | The error message returned because the specified resource %s does not exist. |
404 | ResourceNotFound.ServerGroup | The specified resource %s is not found. | The error message returned because the specified resource %s does not exist. |
For a list of error codes, visit the API Error Center.