Skip to main content

Get Check

Returns a detailed description of a specified check.

Parameters

ParameterDescription
CheckIDIdentifier of check to be retrieved.
Include TeamsInclude team connections for check.

Example Output

{
"check": {
"created": 0,
"hostname": "Target host",
"id": 100,
"ipv6": false,
"lastdownend": 1300977463,
"lastdownstart": 1300977363,
"lasterrortime": 1297446423,
"lastresponsetime": 355,
"lasttesttime": 1300977363,
"name": "mycheck",
"resolution": 0,
"ssl_down_days_before": 0,
"status": "string",
"tags": [
{
"count": 2,
"name": "apache",
"type": "a"
}
],
"type": {
"http": {
"encryption": true,
"port": 443,
"postdata": "Data to be send to server",
"requestheaders": [
"string"
],
"shouldcontain": "Expected string",
"shouldnotcontain": "This should not appear on checked site",
"url": "my.pingdom.com"
}
},
"verify_certificate": true
}
}

Workflow Library Example

Get Check with Pingdom and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop