v1

latestOpenAPI 3.0.02026-08-0650184174.6 KB
Summary.average

Get the average time/uptime value for a specified

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

get/summary.average/{checkid}

Path parameters

checkidinteger required

Query parameters

frominteger

Start time of period. Format is UNIX timestamp

tointeger

End time of period. Format is UNIX timestamp. Default is the current time

probesstring

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.

includeuptimeboolean

Include uptime information

bycountryboolean

Split response times into country groups

byprobeboolean

Split response times into probe groups

Response

Successful HTTP Response

Example response

{
  "summary": {
    "responsetime": {
      "to": 1294245226,
      "avgresponse": 458
    },
    "status": {
      "totalup": 53072286,
      "totaldown": 771879,
      "totalunknown": 1240401138
    }
  }
}