ManageEngine® Applications Manager Domain Configuration | ||
These APIs allow an admin user to perform domain configuration in Applications Manager. APIs are designed to support GET or POST requests:
The parameters involved in executing this API request are:
Field | Description |
domainname * | Name of the domain from which the users need to be imported. |
domaincontroller * | The hostname or the IP address of the DNS server for the domain. |
domainport * | The port of the DNS server. |
service * | OpenLDAP or Active Directory (AD) |
permission | The permission level for a domain. The possible values are:
|
This API allows an admin user to add a new domain in Applications Manager.
For XML Response:
http://[ APM Host ]:[ APM Port ]/AppManager/xml/domain?apikey=[ API Key ]&domainname=[ Domain Name ]&domaincontroller=[ Domain Controller]&domainport=[ Domain Port]&service=[ Service ]&permission=[ Permission ]
For JSON Response:
http://[ APM Host ]:[ APM Port ]/AppManager/json/domain?apikey=[ API Key ]&domainname=[ Domain Name ]&domaincontroller=[ Domain Controller]&domainport=[ Domain Port]&service=[ Service ]&permission=[ Permission ]
http://app-windows:59090/xml/AppManager/domain?apikey=16c220b3145cb34b1163cc81237e4fd0&domainname=csez.zohocorpin.com&domaincontroller=win2k8master.csez.zohocorpin.com&domainport=389&username=zohocorp\user-0596&service=AD&permission=1
This API allows an admin user to edit the existing Domain controller settings added in Applications Manager.
For XML Response:
http://[ APM Host ]:[ APM Port ]/AppManager/xml/domain?apikey=[ API Key ]&domainname=[ Domain Name ]&domaincontroller=[ Domain Controller]&domainport=[ Domain Port]&service=[ Service ]&permission=[ Permission ]
For JSON Response:
http://[ APM Host ]:[ APM Port ]/AppManager/json/domain?apikey=[ API Key ]&domainname=[ Domain Name ]&domaincontroller=[ Domain Controller]&domainport=[ Domain Port]&service=[ Service ]&permission=[ Permission ]
http://app-windows:59090/AppManager/xml/domain?apikey=16c220b3145cb34b1163cc81237e4fd0&domainname=csez.zohocorpin.com&domaincontroller=win2k8master.csez.zohocorpin.com&domainport=389&service=ad&permission=1
This API allows an admin user to delete domain configurations in Applications Manager.
For XML Response:
http://[ APM Host ]:[ APM Port ]/AppManager/xml/domain?apikey=[ API Key ]&domainname=[ Domain Name ]&TO_DELETE=[ True/False ]
For JSON Response:
http://[ APM Host ]:[ APM Port ]/AppManager/json/domain?apikey=[ API Key ]&domainname=[ Domain Name ]&TO_DELETE=[ True/False ]
http://app-windows:59090/AppManager/xml/domain?apikey=16c220b3145cb34b1163cc81237e4fd0&domainname=csez.zohocorpin.com&TO_DELETE=true
This API allows an admin user to list down the domains configured in Applications Manager.
For XML Response:
http://[ APM Host ]:[ APM Port ]/AppManager/xml/domain?apikey=[ API Key ]
For JSON Response:
http://[ APM Host ]:[ APM Port ]/AppManager/json/domain?apikey=[ API Key ]
http://app-windows:59090/AppManager/xml/domain?apikey=bfb8a60112560c40418e6f0bb37be874
Credential Manager |
Email Action Configuration |