Session Monitor API

Node Status

It can be used to implement a monitoring keep alive method. It returns http 200 or 500 depending by the status of the node.

GET/rest/sessionmonitor/status/
Query parameters None
Header None
Header / Parameter None
Body None
Returns Node Status
Required role ANY
Managed errors 500 (node offline)

Example request

curl 'https://localhost:8080/mwp/rest/sessionmonitor/status'

Example response

{
    "status":"online"
}