[Webinar] Discover key trends and best practices in Kubernetes observability with DevOps expert, Viktor Farcic.Register now
Our recognition in the inaugural Gartner MQ for DEM

Delete Monitor Group API


This API allows the user to delete a monitor group configured in Applications Manager.

Syntax

https://[HOST]:[PORT]/AppManager/xml/group/delete?apikey=[apikey]&name=[groupname]
[ OR ]
https://[HOST]:[PORT]/AppManager/xml/group/delete?apikey=[apikey]&haid=[resourceid]

Supported HTTP methods: POST

Allowed roles: Administrator

Request Parameters

The parameters involved in the API request are described below:

Field Description        
name Display name of the monitor group which you want to delete.
haid Resource id of the monitor group which you want to delete.

Sample Request

https://apm-prod-server:8443/AppManager/xml/group/delete?apikey=aaaaaabbbbbbccccccddddddeeeeee&name=AppName

Back to Top