ManageEngine® Applications Manager


Chapter 10.7.9 AddMonitor API - Middleware/Portal

<< Prev

Home

Next >>

 

AddMonitor API - Middleware/Portal

 

This section explains how to use the AddMonitor API to add monitors of the category type 'Middleware/Portal'. The following monitors are supported:

MS Office SharePoint

Syntax:


http://[Host]:[Port]/AppManager/xml/AddMonitor?apikey=[APIKEY]&type=[TYPE]
&displayname=[DISPLAYNAME]&host=[HOST]&username=[USERNAME]&password=[PASSWORD]

 

Request Parameters:

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 monitor you want to add. Value should be MSOfficeSharePointServer.
displayname The display name of the monitor.
host The name of the host where the Office SharePoint server is running.
username The user name of the SharePoint server .
password The password of the SharePoint server.

Sample Request:


http://prod-server5:9090/AppManager/xml/AddMonitor?apikey=4df5040d6db873dcdaf4359b259fd494
&type=MSOfficeSharePointServer&displayname=ms&host=app-xp3&username=administrator&password=vembu

Top

WebLogic Integration

Syntax:


http://[Host]:[Port]/AppManager/xml/AddMonitor?apikey=[APIKEY]&type=[TYPE]
&host=[HOST]&port=[PORT]&username=[USERNAME]&password=[PASSWORD]&version=[VERSION]

 

Request Parameters:

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 monitor you want to add. Value should be WebLogic Integration.
host The name of the host where the WebLogic Integration server is running.
port The port number where the WebLogic Integration server is running.
username The user name of the WebLogic Integration server .
password The password of the WebLogic Integration server.
version The WebLogic Integration server version. Value is 8.1

Sample Request:


http://prod-server3:9090/AppManager/xml/AddMonitor?apikey=136edbeb3ccb83c6cc71df03ef273313
&type=WebLogic Integration&host=app-linux1&port=7001&username=weblogics&password=weblogic&version=8.1

Top

IBM WebSphere MQ

Syntax:


http://[Host]:[Port]/AppManager/xml/AddMonitor?apikey=[APIKEY]&type=[TYPE]
&host=[HOST]&listenerport=[PORT]&displayname=[USERNAME]&serverconnectionchannel=[SERVERCONNECTIONCHANNEL]

 

Request Parameters:

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 monitor you want to add. Value should be IBM WebSphere MQ.
host The name of the host where the WebSphere MQ server is running.
listenerport The listener port number of the IBM WebSphere MQ server.
displayname The display name of the monitor.
serverconnectionchannel The server connection channel through which the WebSphere MQ clients communicate.

Sample Request:


http://prod-server8:9090/AppManager/xml/AddMonitor?apikey=256d041620d0aee9901558b44706dc84
&type=IBM Websphere MQ&host=app-xp4&listenerport=1414&displayname=mqws&serverconnectionchannel=c1

Top


<< Prev

Home

Next >>

AddMonitor API - Mail Servers

AddMonitor API - Custom Monitors