Get Average Uptime
Get the average time / uptime value for a specified check and time period.
Parameters
Parameter | Description |
---|---|
By Country | Split response times into country groups. |
By Probe | Split response times into probe groups. |
Check ID | - |
From | Start time of period. Format is UNIX timestamp. |
Include Uptime | Include uptime information. |
Probes | Filter to only use results from a list of probes. Format is a comma separated list of probe identifiers. By default result from all probes are shown. |
To | End time of period. Format is UNIX timestamp. Default is the current time. |
Example Output
{
"summary": {
"responsetime": {
"avgresponse": 458,
"from": 0,
"to": 1294245226
},
"status": {
"totaldown": 771879,
"totalunknown": 1240401138,
"totalup": 53072286
}
}
}
Workflow Library Example
Get Average Uptime with Pingdom and Send Results Via Email
Preview this Workflow on desktop