Lists the values of created tags.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
oos:ListTagValues |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The ID of the region. |
cn-hangzhou |
| MaxResults |
integer |
No |
The maximum number of entries to return on each page. |
50 |
| NextToken |
string |
No |
The token that is used to retrieve the next page of results. |
3272h923879hsaksad |
| ResourceType |
string |
No |
The resource type. |
template |
| Key |
string |
No |
The tag key. |
k1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| NextToken |
string |
The token that is used to retrieve the next page of results. |
83u29j2dj3dskds |
| RequestId |
string |
The ID of the request. |
65591133-1188-4935-B78F-20F72 |
| MaxResults |
integer |
The maximum number of entries returned on each page. |
50 |
| Values |
array |
A list of tag values. |
|
|
string |
The tag value. |
v1 |
Examples
Success response
JSON format
{
"NextToken": "83u29j2dj3dskds",
"RequestId": "65591133-1188-4935-B78F-20F72",
"MaxResults": 50,
"Values": [
"v1"
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.