OpManager List Probes
API EndPoint : listProbes
This API is to list all the OpManager probes details, and the probe's details configured in the central.(Note: This API is applicable only for central server)
HTTP Method
GET
API URL
https://localhost:8060/api/json/admin/listProbes?apiKey=***************Parameters
| Param Name | Description | Data Type | Regex | Is Mandatory |
|---|---|---|---|---|
| apiKey | API Key to access your server. | - | - | Yes |
Sample Response
HTTP Code: 200
[
{
"DISPLAYNAME": "Demo_1",
"STATUS": false,
"PROBEID": "20000000001",
"ISWINDOWS": true,
"IPADDRESS": "",
"SITEID": "2",
"TIMEZONE": "Asia/Calcutta",
"NAME": "Demo_3"
},
{
"DISPLAYNAME": "Demo_2",
"STATUS": true,
"PROBEID": "30000000001",
"ISWINDOWS": true,
"IPADDRESS": "",
"SITEID": "301",
"TIMEZONE": "Asia/Calcutta",
"NAME": "Demo_2"
}
]Error Response
View common error responsesRate limit: 100 requests per minute. Exceeding this limit will block requests for 1 minute