Memanggil operasi DescribeSiteMonitorQuota untuk mengkueri kuota dan versi pemantauan situs.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:DescribeSiteMonitorQuota |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
Kode status HTTP. Catatan
Nilai 200 menunjukkan bahwa permintaan berhasil. |
200 |
| Message |
string |
Pesan yang dikembalikan. |
The request was successful. |
| RequestId |
string |
ID permintaan. |
26860260-76C6-404E-AB7A-EB98D36A6885 |
| Success |
string |
Menunjukkan apakah operasi berhasil. Nilai yang valid:
|
true |
| Data |
object |
Informasi kuota. |
|
| SiteMonitorOperatorQuotaQuota |
integer |
Kuota titik deteksi non-Alibaba. Nilai default: 0. |
0 |
| SecondMonitor |
boolean |
Menunjukkan apakah pemantauan tingkat detik diaktifkan. Nilai yang valid:
|
false |
| SiteMonitorQuotaTaskUsed |
integer |
Jumlah kuota tugas deteksi pemantauan situs yang telah digunakan. |
6 |
| SiteMonitorTaskQuota |
integer |
Kuota tugas deteksi pemantauan situs. |
10 |
| SiteMonitorVersion |
string |
Versi pemantauan situs. Nilai yang valid:
|
V1 |
| SiteMonitorIdcQuota |
integer |
Kuota titik deteksi Alibaba. Kuota gratis adalah 5. |
5 |
Contoh
Respons sukses
JSONformat
{
"Code": "200",
"Message": "The request was successful.",
"RequestId": "26860260-76C6-404E-AB7A-EB98D36A6885",
"Success": "true",
"Data": {
"SiteMonitorOperatorQuotaQuota": 0,
"SecondMonitor": false,
"SiteMonitorQuotaTaskUsed": 6,
"SiteMonitorTaskQuota": 10,
"SiteMonitorVersion": "V1",
"SiteMonitorIdcQuota": 5
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidQueryParameter | %s | |
| 401 | AccessDeniedException | You donot have sufficient access to perform this action. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 402 | LimitExceeded | The quota for this customer had been reached. | |
| 403 | Forbidden | You are not authorized to operate the specified resource. | No permission, please use RAM to authorize |
| 503 | %s | %s | |
| 406 | ExceedingQuota | Exceeding quota limits. | The number of tasks exceeds the limit |
| 409 | %s | %s |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.