List Probes
Returns a list of all Pingdom probe servers for Uptime and Transaction checks.
Parameters
Parameter | Description |
---|---|
Include Deleted | Include old probes that are no longer in use. |
Limit | Limits the number of returned probes to the specified quantity. |
Offset | Offset for listing. (Requires limit.). |
Only Active | Return only active probes. |
Example Output
{
"probes": [
{
"active": true,
"city": "New York",
"country": "United States",
"countryiso": "US",
"hostname": "s413.pingdom.com",
"id": 2,
"ip": "70.32.40.2",
"ipv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
"name": "New York, NY"
}
]
}
Workflow Library Example
List Probes with Pingdom and Send Results Via Email
Preview this Workflow on desktop