Mengkueri nilai tag penyewa.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
oceanbase:DescribeTenantTags |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID Kluster OceanBase. |
ob317v4uif**** |
| TenantIds |
string |
Yes |
String array JSON ID penyewa. |
["t5r0x2f6q****", "t33h8y08k****", "t5r41rtl7****"] |
| Tags |
string |
No |
Nilai tag. |
[{"Key": "xxx", "Value", "xxx"}] |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Hasil tanggapan. |
||
| RequestId |
string |
ID permintaan. |
EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C |
| TagResources |
array<object> |
Daftar tag. |
|
|
object |
Hasil tanggapan. |
||
| ResourceId |
string |
ID sumber daya. |
ob317v4uif**** |
| ResourceType |
string |
Tipe sumber daya. |
instance |
| Tag |
string |
Tag sumber daya. |
[{"Key": "xxx", "Value", "xxx"},{}] |
Contoh
Respons sukses
JSONformat
{
"RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
"TagResources": [
{
"ResourceId": "ob317v4uif****",
"ResourceType": "instance",
"Tag": "[{\"Key\": \"xxx\", \"Value\", \"xxx\"},{}]"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.