Anda dapat memanggil operasi DisableMetricRules untuk menonaktifkan aturan alert.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RuleId |
array |
Yes |
ID dari aturan alert. |
detect_87****_HTTP_HttpLatency |
|
string |
No |
ID dari aturan alert. |
uuid_a141b055483428c22bab05443287196afa42cb6146 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
Kode status. Catatan
Nilai 200 menunjukkan bahwa permintaan berhasil. |
200 |
| Message |
string |
Pesan error. |
The specified resource is not found. |
| RequestId |
string |
ID permintaan. |
FF38D33A-67C1-40EB-AB65-FAEE51EDB644 |
| Success |
boolean |
Menunjukkan apakah operasi berhasil. Nilai `true` menunjukkan keberhasilan dan nilai `false` menunjukkan kegagalan. |
true |
Contoh
Respons sukses
JSONformat
{
"Code": "200",
"Message": "The specified resource is not found.",
"RequestId": "FF38D33A-67C1-40EB-AB65-FAEE51EDB644",
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | %s | %s | |
| 401 | AccessDeniedException | You donot have sufficient access to perform this action. | |
| 500 | %s | %s | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 402 | LimitExceeded | The quota for this customer had been reached. | |
| 403 | %s | %s | |
| 404 | %s | %s | |
| 503 | %s | %s | |
| 429 | Throttli∂ngException | The request was denied due to request throttling. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.