Parameters
Example Output
Workflow Library Example
Get Average Response Time 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 |
|---|---|
| Check ID | - |
| From | Start time of period. Format is UNIX timestamp. Default value is one week eariler than to. |
| Probes | Filter to only use results from a list of probes. Format is a comma separated list of probe identifiers. By default all probes results are returned. |
| To | End time of period. Format is UNIX timestamp. Default value is current time. |
| Use Local Time | If true, use the user’s local time zone for results (from and to parameters should still be specified in UTC). If false, use UTC for results. |
{
"hoursofday": [
{
"avgresponse": 299,
"hour": 1
}
]
}
Was this page helpful?