ManageEngine® Applications Manager


Add Sub-Group API

<< Prev

Home

Next >>

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=[sub group type]

or

http://[host]:[port]/AppManager/xml/AddSubGroup?apikey=[apikey]&mgname=[groupname]&name=[displayname]&grouptype=[sub group 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. The sub-group type should be the same as that of the parent group. The grouptype should be one of the following types: sub-group / WebServerGroup / DatabaseGroup / DatabaseCluster / ServersGroup / EdgeDevicesGroup / NetworkDevicesGroup / EndUserTransactionGroup / Site24x7
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=sub-group

 

 

<< Prev

Home

Next >>

Add Monitor Group API

Associate Monitor to Monitor Group API