v1
latestOpenAPI 3.0.02026-08-0650184174.6 KBSingle
Performs a single check.
Performs a single test using a specified Pingdom probe against a specified target. Please note that this method is meant to be used sparingly, not to set up your own monitoring solution.
get/single
Query parameters
Query Parameters to chose
{
"host": "pingdom.com",
"probeid": 17,
"auth": "auth=user:password",
"requestheader{X}": "requestheader1=My-Header:CoolValue"
}Response
Successful operation
Example response
{
"result": {
"status": "up",
"responsetime": 73,
"statusdesc": "OK",
"statusdesclong": "OK",
"probeid": 17,
"probedesc": "Stockholm, Sweden"
}
}