Enterprise

listProbes

This API is to list all the probes, 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 NameDescriptionData TypeAdditional InformationIs Mandatory
apiKeyAPI Key to access your OpManager 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"
    }
  ]
Rate limit: 25 requests per minute. Exceeding this limit will block requests for 1 minute