v1

latestOpenAPI 3.0.02026-08-0650184174.6 KB
Probes

Returns a list of Pingdom probe servers

Returns a list of all Pingdom probe servers for Uptime and Transaction checks.

get/probes

Query parameters

limitinteger

Limits the number of returned probes to the specified quantity.

offsetinteger

Offset for listing. (Requires limit.)

onlyactiveboolean

Return only active probes.

includedeletedboolean

Include old probes that are no longer in use.

Response

Successful operation

Example response

{
  "probes": [
    {
      "id": 2,
      "country": "United States",
      "city": "New York",
      "name": "New York, NY",
      "active": true,
      "hostname": "s413.pingdom.com",
      "ip": "70.32.40.2",
      "ipv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
      "countryiso": "US"
    }
  ]
}