Menonaktifkan satu atau beberapa pekerjaan pemantauan ketersediaan yang ditentukan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:DisableHostAvailability |
update |
*HostAvailability
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
array |
Yes |
ID pekerjaan pemantauan ketersediaan. |
|
|
integer |
No |
The ID of the availability monitoring job. |
12345 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The status code. Catatan
A value of 200 indicates success. |
200 |
| Message |
string |
The error message. |
User not authorized to operate on the specified resource. |
| RequestId |
string |
The request ID. |
ACBDBB40-DFB6-4F4C-8957-51FFB233969C |
| Success |
boolean |
Indicates whether the operation was successful. Valid values: true: success. false: failure. |
true |
Contoh
Respons sukses
JSONformat
{
"Code": "200",
"Message": "User not authorized to operate on the specified resource.",
"RequestId": "ACBDBB40-DFB6-4F4C-8957-51FFB233969C",
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ParameterInvalid | Illegal parameters. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | AccessForbidden | User not authorized to operate on the specified resource. | |
| 404 | ResourceNotFound | The specified resource is not found. | |
| 409 | ResourceConflict | Concurrent modification of resources. | |
| 409 | ResourceExist | Resources already exist. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.