Queries a list of tag keys by calling the DescribeTagKeyList operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:DescribeTagKeyList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageNumber |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
状态码。 Note
200 表示成功。 |
200 |
| Message |
string |
错误信息。 |
Specified parameter PageSize is not valid. |
| RequestId |
string |
请求 ID。 |
B04B8CF3-4489-432D-83BA-6F128E5F2293 |
| Success |
boolean |
用于标识本次调用是否成功 |
true |
| TagKeys |
object |
||
| TagKey |
array |
标签键。 |
|
|
string |
标签键。 |
t0et07752s_ |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "Specified parameter PageSize is not valid.",
"RequestId": "B04B8CF3-4489-432D-83BA-6F128E5F2293",
"Success": true,
"TagKeys": {
"TagKey": [
"t0et07752s_"
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ParameterInvalid | Illegal parameters. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | AccessForbidden | User not authorized to operate on the specified resource. | |
| 404 | ResourceNotFound | The specified resource is not found. | The specified resource is not found. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.