This API is used to delete a monitor in Applications Manager.
https://[HOST]:[PORT]/AppManager/xml/DeleteMonitor?apikey=[APIKEY]&resourceid=[RESOURCEID]
Supported HTTP methods: POST
Allowed roles: Administrator
The parameters involved in executing this API request are:
Field | Description |
---|---|
apikey | The key generated using the Generate API Key option in the Settings tab. |
resourceid | The resource ID of the monitor that needs to be deleted. You may also add multiple resource IDs to delete multiple monitors. |
https://apm-prod-server:8443/AppManager/xml/DeleteMonitor?apikey=aaaaaabbbbbbccccccddddddeeeeee&resourceid=10000032
Multiple resource IDs can be given as comma-separated values. To delete multiple monitors:
https://apm-prod-server:8443/AppManager/xml/DeleteMonitor?apikey=aaaaaabbbbbbccccccddddddeeeeee&resourceid=10000032,10000033,10000034
<AppManager-response uri="/AppManager/xml/DeleteMonitor">
<result>
<response method="DeleteMonitor">
<message>The monitor deleted successfully.</message>
</response>
</result>
</AppManager-response>
If the API is not executed correctly, the request will fail and errors will be shown as given below:
<AppManager-response uri="/AppManager/xml/DeleteMonitor">
<result>
<response response-code="4004">
<message>The specified apikey [ "+apiKey+" ] in the request is invalid. Kindly login to Applications Manager and check for the key in generate key in Settings tab.</message>
</response>
</result>
</Apm-response>
Refer this page for a list of common error conditions.