All Products
Search
Document Center

:UninstallMonitoringAgent

Last Updated:May 27, 2026

Menguninstal agen Cloud Monitor dari host yang tidak disediakan oleh Alibaba Cloud.

Catatan Operasi API ini tidak berlaku untuk Instance ECS. Untuk menguninstal agen dari Instance ECS, lihat Instal dan uninstal agen Cloud Monitor.

Debugging

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

Parameter permintaan

Parameter Type Required Example Description
Action String Yes UninstallMonitoringAgent

Operasi yang ingin Anda lakukan. Tetapkan nilainya ke UninstallMonitoringAgent.

InstanceId String Yes host-****

ID host tersebut.

Parameter respons

Parameter Type Example Description
Code String 200

Kode status HTTP.

Catatan Kode status HTTP 200 menunjukkan bahwa pemanggilan berhasil.
Message String Successfully

Pesan yang dikembalikan.

RequestId String 466902B9-2842-40B0-B796-00FE772B6EF3

ID permintaan.

Success Boolean true

Menunjukkan apakah pemanggilan berhasil. Nilai yang valid:

  • true: Pemanggilan berhasil.
  • false: Pemanggilan gagal.

Contoh

Contoh permintaan

http(s)://[Endpoint]/? Action=UninstallMonitoringAgent
&InstanceId=host-****
&<Common request parameters>

Contoh respons sukses

XML format

<UninstallMonitoringAgentResponse>
    <RequestId>466902B9-2842-40B0-B796-00FE772B6EF3</RequestId>
    <Code>200</Code>
    <Message>Successfully</Message>
</UninstallMonitoringAgentResponse>

JSON format

{
    "RequestId": "466902B9-2842-40B0-B796-00FE772B6EF3",
    "Code": "200",
    "Message": "Successfully"
}

Kode kesalahan

Untuk daftar kode kesalahan, kunjungi API Error Center.