|
ManageEngine® Applications Manager AddMonitor API - ERP | ||
This section explains how to use the AddMonitor API to add monitors of the 'ERP' category type. The following monitors are supported:
Syntax for versions R11i and R12.0:
http://[Host]:[Port]/AppManager/xml/AddMonitor?apikey=[APIKEY]&type=[TYPE]&displayname=[DISPLAYNAME]&host=[HOST]&port=[PORT]&SSL=[SSL]&Version=[version]
Syntax for versions R12.2.0 (Username and Password Mandatory):
http://[Host]:[Port]/AppManager/xml/AddMonitor?apikey=[APIKEY]&type=[TYPE]&displayname=[DISPLAYNAME]&host=[HOST]&port=[PORT]&SSL=[SSL]&Version=[version]&Username=[username]&Password=[pwd]
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
| Field | Description |
|---|---|
| type | The type of the ERP server you want to add. Value should be OracleEBS. |
| host | The name of the host in which Oracle EBS is running. |
| port | The port number where the Oracle EBS is running. |
| SSL | Indicates if SSL option is enabled. The value should be either yes or no. |
| Version | The running version of the Oracle EBS (R11i, R12.0 or R12.2.0). |
| Username and Password | Weblogic admin server credentials. |
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
| Field | Description |
|---|---|
| type | The type of the ERP server you want to add. Value should be sap server. |
| host | The name of the host in which SAP server is running. |
| username | The user name used for accessing the SAP server. |
| password | The password of the SAP server. |
| systemnumber | The SAP system number. |
| logonClient | The SAP logon client. |
| language | The SAP logon language. Default value is en. |
| routerString | The SAP Router String through which SAP Server is connected.(Optional) |
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
| Field | Description |
|---|---|
| type | The type of the ERP server you want to add. Value should be sap server. |
| host | The name of the host in which SAP server is running. |
| username | The user name used for accessing the SAP server. |
| password | The password of the SAP server. |
| systemnumber | The SAP system number. |
| logonClient | The SAP logon client. |
| language | The SAP logon language. Default value is en. |
| monitorset | The CCMS Monitor Set name. |
| routerString | The SAP Router String through which SAP Server is connected.(Optional) |
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
| Field | Description |
|---|---|
| type | The type of the ERP server you want to add. Value should be SiebelEnterpriseServer. |
| displayname | The display name of the Siebel Server. |
| hostname | The name of the host in which Siebel server is installed. |
| os | The operating system on which the server is installed. Possible values are:
|
| username | Siebel installed server username (user role with executable permission). |
| password | Siebel installed server password. |
| GatewayServer | The Siebel gateway server name. |
| EnterpriseServer | The Siebel enterprise server. |
| SUserName | The Siebel administrator user. |
| SPassword | The Siebel Administrator Password |
| InsDirectory : | The directory where Siebel is installed. |
Syntax:
Request Parameters:
The parameters involved in the API request are described below. Also, refer the list of common Request Parameters.
| Field | Description |
|---|---|
| apikey | The key generated from the Generate API Key option in the 'Admin' tab. |
| type | The type of the monitor you want to add. The value should be Microsoft Dynamics CRM. |
| host | The CRM Host Name or IP Address of the host where the CRM Application runs. |
| displayname | The Display Name of the CRM Application. |
| UserName | The UserName of the Host Machine. To monitor a Microsoft Dynamics CRM application, use Administrator user account which has the permission to excute WMI queries on 'root\CIMV2' namespace of the CRM Server. |
| password | The password of the above user who has the permissions to execute WMI Queries. |
| Version | The version of the CRM Application. |
Sample Request:
http://prod-server6:9090/AppManager/xml/AddMonitor?apikey=1f9323d96809a1ff38c941e575b9507a8a&type=Microsoft Dynamics CRM&displayname=API CRM&host=192.18.3.75&version=2013&username=apmcluster2012\administrator&password=pass&eventlog=NO&pollinterval=5AddMonitor API - Database Servers |
AddMonitor API - EUM Monitors |