Summary

Gets diagnostic information about the UMS instance.


Server status is the only resource that can be queried without logging in. This makes it useful for debugging the connection to the IMI service.


Resource URL

/v3/serverstatus


Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v3/serverstatus


Example Response

{

"rmGuiServerVersion": "5.07.100.rc10",

"buildNumber": "31933",

"activeMQVersion": "5.6.0",

"derbyVersion": "10.12.1.1",

"serverUUID": "9fe719f1-c16e-4744-9ff1-b9c314ae151c",

"server": "mhuber:8443",

"links": []

}