Parameters
Example Output
Workflow Library Example
List Probes with Pingdom and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"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"
}
]
}
Was this page helpful?