Adds tags to ARMS resources.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
arms:TagResources |
update |
*Prometheus
*RetcodeApp
*TraceApp
*Environment
*GrafanaWorkspace
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceId |
array |
Yes |
The resource IDs. You can specify a maximum of 50 resource IDs. |
|
|
string |
No |
The instance ID. |
uxqcr8b*** |
|
| Tag |
array<object> |
Yes |
The tags to add to the resource. You can specify a maximum of 20 tags. |
|
|
object |
No |
code!="" |
||
| Key |
string |
No |
The key of the tag. |
Key1 |
| Value |
string |
No |
The value of the tag. |
Test1 |
| ResourceType |
string |
Yes |
The type of the ARMS resources for which you want to modify tags. Valid values:
|
APPLICATION |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
05919CF2-B8A1-588D-B3DB-89B3******** |
| Data |
string |
The returned message. |
success |
Examples
Success response
JSON format
{
"RequestId": "05919CF2-B8A1-588D-B3DB-89B3********",
"Data": "success"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | DuplicateTagKey | Param tagKey is duplicate. | |
| 400 | NoPermissionKeyOperator | user is no permission for operating param tagKey. | |
| 400 | ResourceIdAndTagIsNull | resourceId or tag param must have one | |
| 400 | TagISNull | param tag must be not null. | |
| 400 | TagNumOUT | the number of tag is out . | |
| 400 | ResourceIdIsNull | param resourceId must be not null. | |
| 400 | ResourceTypeIllegal | The ResourceType parameter is invalid. | The specified ResourceType parameter is invalid. |
| 400 | NoPermissionUSER | user no permission | |
| 400 | ScopeDisAgreement | Param scope is different from before. | |
| 400 | ParameterNextTokenIllegal | param nextToken is invalid. | |
| 400 | InvalidParameterTagKey | The specified TagKey is invalid. | The specified TagKey parameter is invalid. |
| 400 | InvalidParameterTagValue | The specified TagValue is invalid. | The specified TagValue parameter is invalid. |
| 400 | TagKeyIsIllegal | The specified TagKey is invalid. | The specified TagKey parameter is invalid. |
| 400 | TagValueIsIllegal | The specified TagValue is invalid. | The specified TagValue parameter is invalid. |
| 400 | ResourceIDOUT | The specified resourceId number is out of range. | The number of resource IDs exceeds the upper limit. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.