uptime
Retrieve an uptime check
Returns an uptime check with the given id.
get/uptime/{test_id}
Path parameters
test_idstring required
Uptime check ID
Response
OK
Example response
{
"data": {
"id": "123",
"name": "example HTTP check",
"test_type": "HTTP",
"website_url": "https://www.example.com",
"check_rate": 1800,
"confirmation": 3,
"contact_groups": [
"1",
"2",
"3"
],
"dns_ips": [],
"do_not_find": false,
"enable_ssl_alert": true,
"follow_redirects": false,
"host": "AWS",
"include_header": false,
"last_tested_at": "2013-01-20T14:38:18+00:00",
"next_location": "UK",
"paused": false,
"processing": true,
"processing_on": "UKCON2",
"processing_state": "pretest",
"servers": [
{
"description": "United Kingdom, London - 5",
"ipv4": "178.62.78.199",
"ipv6": "2a03:b0c0:1:d0::5e:f001",
"region": "United Kingdom / London",
"region_code": "london",
"status": "up"
}
],
"status": "up",
"status_codes": [
"400",
"401",
"402",
"403",
"404",
"405",
"406",
"407",
"408",
"409",
"410",
"411",
"412",
"413",
"414",
"415",
"416",
"417",
"500"
],
"tags": [
"tag1",
"tag2"
],
"timeout": 15,
"trigger_rate": 0,
"uptime": 99.9,
"use_jar": true
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.