Mengkueri kunci tag dengan memanggil operasi DescribeTagKeys.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vpc:DescribeTagKeys |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceType |
string |
No |
Tipe sumber daya. Nilai valid:
|
VPC |
| Keyword |
string |
No |
Kunci tag. |
keyword |
| RegionId |
string |
Yes |
ID wilayah tempat sumber daya berada. Anda dapat memanggil operasi DescribeRegions untuk mengkueri ID wilayah. |
cn-hangzhou |
| NextToken |
string |
No |
Token yang digunakan untuk kueri berikutnya. Nilai valid:
|
FFmyTO70tTpLG6I3FmYAXGKPd**** |
| MaxResult |
integer |
No |
Jumlah entri yang dikembalikan pada setiap halaman. Nilai valid: 1 hingga 50. Nilai default: 50. |
50 |
| ResourceId |
array |
No |
ID sumber daya. Anda dapat menentukan hingga 50 ID sumber daya. |
|
|
string |
No |
ID sumber daya. Anda dapat menentukan hingga 50 ID sumber daya. Catatan
Jika Anda menentukan parameter ini, Anda juga harus menentukan ResourceType. |
vpc-bp16qjewdsunr41m1**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
objek. |
||
| NextToken |
string |
Token yang digunakan untuk kueri berikutnya. Nilai valid:
|
FFmyTO70tTpLG6I3FmYAXGKPd**** |
| RequestId |
string |
ID permintaan. |
DE65F6B7-7566-4802-9007-96F2494AC512 |
| TagKeys |
object |
||
| TagKey |
array<object> |
Kumpulan kunci tag. |
|
|
object |
Kumpulan kunci tag. |
||
| Type |
string |
The type of the tag key. Valid values:
|
Custom |
| TagKey |
string |
The tag key. |
FinanceDept |
Contoh
Respons sukses
JSONformat
{
"NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd****",
"RequestId": "DE65F6B7-7566-4802-9007-96F2494AC512",
"TagKeys": {
"TagKey": [
{
"Type": "Custom",
"TagKey": "FinanceDept"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | BothEmpty.TagsAndResources | The specified Tags and ResourcesIds are not allow to both empty. | The tags and resource groups cannot be empty at the same time. |
| 400 | MissingParameter.TagKey | The input parameter TagKey that is mandatory for processing this request is not supplied. | The TagKey parameter is not set. |
| 400 | MissingParameter.TagValue | The input parameter TagValue that is mandatory for processing this request is not supplied. | The TagValue parameter is not set. |
| 400 | InvalidTagKey | The tag keys are not valid. | The tag index is invalid. |
| 400 | InvalidTagValue | The tag values are not valid. | The tag value is invalid. |
| 400 | MissingParam | %s | |
| 400 | InvalidInstanceType.NotFound | The instance type is not found | The instance type is not found. |
| 400 | InvalidInstanceIds.NotFound | The instanceIds are not found | The instance ID is not found. |
| 400 | Forbidden.TagKeys | The request do not allow to operate the tag keys | You do not have the permissions to set the TagKeys parameter. |
| 400 | QuotaExceeded.TagNum | Custom Tags quota exceeded | The upper limit is reached. |
| 400 | Forbidden.NotAllowedCategary | The System tag is not valid | The error message returned because the system tag is invalid. |
| 400 | Forbidden.TagKey.Duplicated | The specified tag key already exists. | The tag resources are duplicate. |
| 400 | SizeLimitExceeded.TagNum | The maximum number of tags is exceeded. | The number of tags has reached the upper limit. |
| 400 | SizeLimitExceeded.ResourceId | The maximum number of resource IDs is exceeded. | The number of resource group IDs has reached the upper limit. |
| 403 | Forbidden | User not authorized to operate on the specified resource. | You do not have the permissions to manage the specified resource. Apply for the permissions and try again. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.