The API format provides a REST interface independent of the programming language.
The request and response data formats use JSON.
The character encoding is UTF -8.
HTTP protocol uses version HTTP/1.1.
URL
The format of the URL is as follows.
http://Host name of the Systemwalker Operation Manager server:9900/Systemwalker-omgr/api/[Endpoint for each resource] |
If you use HTTPS.
https://Host name of the Systemwalker Operation Manager server:9900/Systemwalker-omgr/api/[Endpoint for each resource] |
If you have changed the web server port number from the default value of 9900, replace 9900 in the URL with the new port number.