Get the average time / uptime value for a specified check and time period.

Parameters

ParameterDescription
By CountrySplit response times into country groups.
By ProbeSplit response times into probe groups.
Check ID-
FromStart time of period. Format is UNIX timestamp.
Include UptimeInclude uptime information.
ProbesFilter 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.
ToEnd 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