ManageEngine® Applications Manager Edit Monitor Group API | ||
This API lets you to edit the details of a particular monitor group.
APIs for Edit Monitor Group
http://[Host]:[Port]/AppManager/xml/group/edit?apikey=[APIKEY]&haid=[HAID]&groupname=[GROUPNAME]&owners=[OWNERS]&location=[LOCATION]&description=[DESCRIPTION]
Request Parameters
Field | Description |
apikey | The key generated from the Generate API Key option in the 'Admin' tab. |
haid | The unique resourceid for any monitor which can be found from AM_ManagedObject table in database. |
groupname | The new display name for the group. Html encoding for Special characters in displayname is required (ex: Html encoding For & is & and " is ") |
owners | The new owner of the group |
location | The new location of the monitor group. |
description | The new description of the monitor group. |
Error codes |
Example Requests:
http://app-windows:9090/AppManager/xml/group/edit?apikey=9481566a94f26d8e44ee0889fd7628a0&haid=10000671&groupname=new
http://app-windows:9090/AppManager/xml/group/edit?apikey=9481566a94f26d8e44ee0889fd7628a0&haid=10000671&owners=admin
http://app-windows:9090/AppManager/xml/group/edit?apikey=b810259d38f463afc4a168dd98d7abb5&haid=10000475&groupname=MYTEST7
&owners=oper&location=India&description=MYTEST3Description
Delete Sub-Group API |
Get Group Availability API |