Menonaktifkan satu atau beberapa tugas pemantauan situs dengan memanggil operasi DisableSiteMonitors.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:DisableSiteMonitors |
update |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| TaskIds |
string |
Yes |
ID tugas pemantauan situs. Pisahkan beberapa ID dengan koma (,). |
49f7b317-7645-4cc9-94fd-ea42e522****,49f7b317-7645-4cc9-94fd-ea42e522**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
Kode status. Catatan
Nilai 200 menunjukkan keberhasilan. |
200 |
| Message |
string |
Pesan yang dikembalikan. |
successful |
| RequestId |
string |
ID permintaan. |
3fcd12e7-d387-42ee-b77e-661c775bb17f |
| Success |
string |
Menunjukkan apakah operasi berhasil. Nilai yang valid:
|
true |
| Data |
object |
Jumlah catatan titik deteksi yang terpengaruh oleh tugas pemantauan situs. |
|
| count |
integer |
Jumlah catatan titik deteksi. |
0 |
Contoh
Respons sukses
JSONformat
{
"Code": "200",
"Message": "successful",
"RequestId": "3fcd12e7-d387-42ee-b77e-661c775bb17f",
"Success": "true",
"Data": {
"count": 0
}
}
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 | %s | |
| 402 | LimitExceeded | The quota for this customer had been reached. | |
| 403 | Forbidden | You are not authorized to operate the specified resource. | |
| 403 | UnauthorizedTasks | You are not permitted to operate the specified tasks. | |
| 404 | TaskNotExist | The specified task does not exist. | |
| 406 | ExceedingQuota | Exceeding quota limits. | |
| 429 | ThrottlingException | The request was denied due to request throttling. | |
| 409 | %s | %s |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.