Creates and binds tags to a list of specified Auto Scaling resources.
Operation description
Operation description
-
A maximum of 20 tags can be bound to a scaling group.
NoteBefore binding tags, Alibaba Cloud verifies the number of existing tags on the resource. If the limit is exceeded, an error message is returned.
-
If the
Tag.N.Propagateparameter is set totrue, tags configured on the scaling group are propagated only to instances that are about to be created in the scaling group, not to instances that are already running in the scaling group. -
If tags are configured in the scaling configuration and tags configured on the scaling group are set to propagate, instance tags on newly created instances are expected to be as follows:
The instances contain all tags from both the scaling configuration and the scaling group.
If a tag configured in the scaling configuration has the same tag key as a tag propagated from the scaling group, instance tag propagated from the scaling group is overwritten by instance tag configured in the scaling configuration.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ess:TagResources |
update |
*ScalingGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the resource. You can call DescribeRegions to query the most recent region list. |
cn-hangzhou |
| ResourceType |
string |
Yes |
The resource type. Only scaling groups are supported. Valid value: scalinggroup. |
scalinggroup |
| ResourceId |
array |
Yes |
The resource ID. Valid values of N: 1 to 50. |
asg-bp17xb4x1vr29lgt**** |
|
string |
No |
The resource ID. Valid values of N: 1 to 50. |
asg-2zej7nf7hea77k5a**** |
|
| Tag |
array<object> |
Yes |
The tag information of the resource. |
|
|
object |
No |
The tag information of the resource. |
||
| Key |
string |
No |
The tag key of the resource. Valid values of N: 1 to 20. This parameter cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with |
TestKey |
| Value |
string |
No |
The tag value of the resource. Valid values of N: 1 to 20. This parameter can be an empty string. The tag value can be up to 128 characters in length and cannot contain |
TestValue |
| Propagate |
boolean |
No |
Specifies whether the tag is a propagatable tag. Valid values:
Default value: false. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
74C4E313-8570-479F-8791-DC25360D**** |
Examples
Success response
JSON format
{
"RequestId": "74C4E313-8570-479F-8791-DC25360D****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.