All Products
Search
Document Center

:DisableHostAvailability

Last Updated:May 27, 2026

Menonaktifkan tugas pemantauan ketersediaan yang ditentukan.

Debugging

OpenAPI Explorer secara otomatis menghitung nilai signature. Untuk kenyamanan Anda, kami menyarankan agar Anda memanggil operasi ini di OpenAPI Explorer. OpenAPI Explorer secara dinamis menghasilkan contoh kode operasi untuk berbagai SDK.

Parameter permintaan

Parameter Type Required Example Description
Action String Yes DisableHostAvailability

Operasi yang ingin Anda lakukan. Tetapkan nilainya ke DisableHostAvailability.

Id.N RepeatList Yes 12345

ID tugas pemantauan ketersediaan. Nilai N yang valid: 1 hingga 20.

Parameter respons

Parameter Type Example Description
Code String 200

Kode status.

Catatan Kode status 200 menunjukkan keberhasilan.
Message String User not authorized to operate on the specified resource.

Pesan kesalahan.

RequestId String ACBDBB40-DFB6-4F4C-8957-51FFB233969C

ID permintaan.

Success Boolean true

Menunjukkan apakah operasi berhasil. Nilai yang valid:

  • true: berhasil.
  • false: gagal.

Contoh

Permintaan contoh

http(s)://[Endpoint]/? Action=DisableHostAvailability
&Id.1=12345
&<Common request parameters>

Respons keberhasilan contoh

XML format

<DisableHostAvailabilityResponse>
      <RequestId>ACBDBB40-DFB6-4F4C-8957-51FFB233969C</RequestId>
      <Success>true</Success>
      <Code>200</Code>
</DisableHostAvailabilityResponse>

JSON format

{
  "RequestId": "ACBDBB40-DFB6-4F4C-8957-51FFB233969C",
  "Success": true,
  "Code": 200
}

Kode kesalahan

Untuk daftar kode kesalahan, kunjungi API Error Center.