
|
ManageEngine® Applications Manager Add Sub-Group API | ||
This API allows the user to create a subgroup in Applications Manager.
Sample Request
http://[host]:[port]/AppManager/xml/AddSubGroup?apikey=[apikey]&haid=[groupid]&name=[displayname]&grouptype=[type] or http://[host]:[port]/AppManager/xml/AddSubGroup?apikey=[apikey]&mgname=[groupname]&name=[displayname]&type=[type]
Request Parameters
The parameters involved in the API request are described below:
| Field | Description |
| grouptype | Define the type of sub group you want to create - monitorgroup / webappgroup. |
| name | Display name for the sub group. |
| haid | The resourceid of the monitor group in which you want to create the sub group. |
| mgname | Display name of the monitor group in which you want to create the sub group. |
Example:
http://app-windows:9090/AppManager/xml/AddSubGroup?apikey=98597c390e092add5d53466794a769eb&haid=10000168 &name=Bob's+Blogsg&grouptype=monitorgroup
Add Monitor Group API |
Associate Monitor to Monitor Group API |