{
"address": "www.example.com",
"check_regions": [
"WEU",
"ENAM"
],
"consecutive_fails": 1,
"consecutive_successes": 1,
"description": "Health check for www.example.com",
"http_config": {
"allow_insecure": false,
"expected_body": "success",
"expected_codes": [
"2xx",
"302"
],
"follow_redirects": false,
"header": {
"Host": [
"example.com"
],
"X-App-ID": [
"abc123"
]
},
"method": "GET",
"path": "/health",
"port": 80
},
"interval": 60,
"name": "server-1",
"retries": 2,
"suspended": false,
"tcp_config": {
"method": "connection_established",
"port": 80
},
"timeout": 5,
"type": "HTTPS"
}