TagResources
Adds user-defined tags to specified resources.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:TagResources |
update |
*ExperimentPlan
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceType |
string |
Yes |
The type of resource to tag. |
ExperimentPlan |
| ResourceId |
array |
Yes |
The IDs of the resources to tag. |
|
|
string |
No |
The resource ID. |
189 |
|
| Tag |
array<object> |
Yes |
The tags to add. You can specify up to 20 tags. |
|
|
object |
No |
The tag object. |
||
| Key |
string |
No |
The tag key. |
owner |
| Value |
string |
No |
The tag value. |
syg |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
CnpResult |
||
| Data |
string |
The returned data. |
[] |
| RequestId |
string |
The request ID. |
E67E2E4C-2B47-5C55-AA17-1D771E070AEF |
| AccessDeniedDetail |
string |
The details about the access denial. |
{} |
| TotalCount |
integer |
The total number of entries returned. |
0 |
Examples
Success response
JSON format
{
"Data": "[]",
"RequestId": "E67E2E4C-2B47-5C55-AA17-1D771E070AEF",
"AccessDeniedDetail": "{}",
"TotalCount": 0
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.