Section | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Introduction
The SONARPLEX REST API offers an easy way to gather information and even post information to the SONARPLEX.
...
Especially if the device receives data from remote satellites (See Distributed Monitoring).
Level | 1 | 2 | 3 | 4 |
---|---|---|---|---|
Description | Version | Tenant | Location | Resources |
Example 1 | /v1 | /all | /local | /hosts/* |
Example 2 | /v1 | /aeg | /berlin | /services/ping |
Example 3 | /v1 | /siemens | /site382 | /problems |
Resources
/hosts
Example | /hosts/{host_name|*|all} |
---|---|
Get all hosts | hosts/* |
Get all hosts, filter details for the fields current_state and plugin_output | hosts/*?fields=current_state,plugin_output |
Get details for the host 'Google' | hosts/Google |
...