Health Check Service
Create Health Check
Create an HCS for Spot Elastigroup.
post/healthCheck
Query parameters
accountIdstring
ID of the account associated with your token
Request body
Example request
{
"healthCheck": {
"resourceId": "sig-12345",
"name": "Service-1-healthCheck",
"proxyAddress": "51.22.125.47",
"proxyPort": 80,
"check": {
"protocol": "http",
"port": 80,
"endpoint": "index.html",
"unhealthyThreshold": 2,
"healthyThreshold": 2,
"interval": 30,
"timeout": 60
}
}
}Response
— unresolved $ref