Skip to main content

List Probes

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

Parameters

ParameterDescription
Include DeletedInclude old probes that are no longer in use.
LimitLimits the number of returned probes to the specified quantity.
OffsetOffset for listing. (Requires limit.).
Only ActiveReturn 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

Workflow LibraryPreview this Workflow on desktop