Mengkueri kuota hak istimewa di wilayah tertentu. Tanggapan mengembalikan jumlah yang digunakan dan batas atas setiap kuota.
Deskripsi operasi
This API operation does not support authentication by resource group.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eci:ListUsage |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
ID wilayah. |
cn-hangzhou |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
89164E78-FC82-4684-BE97-DCDD85D26546 |
| Attributes |
object |
A collection of information about the used amount and upper limit of privilege quotas in the specified region. This includes the following parameters:
|
{ "UsedAutoImageCacheCount": 4, "UsedDataCacheCount": 3, "MaxDataCacheCount": 100, "UsedCpu": 16.5, "MaxCpu": 1000, "MaxAutoImageCacheCount": 25, "MaxImageCacheCount": 500, "UsedImageCacheCount": 0 } |
Contoh
Respons sukses
JSONformat
{
"RequestId": "89164E78-FC82-4684-BE97-DCDD85D26546",
"Attributes": {
"UsedAutoImageCacheCount": 4,
"UsedDataCacheCount": 3,
"MaxDataCacheCount": 100,
"UsedCpu": 16.5,
"MaxCpu": 1000,
"MaxAutoImageCacheCount": 25,
"MaxImageCacheCount": 500,
"UsedImageCacheCount": 0
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.