HealthCheck
HealthCheck
Health check configuration for a process
JSON Example
{
"type": "string",
"data": {
"timeout": 0,
"invocation_timeout": 0,
"interval": 0,
"endpoint": "string"
}
}
string
type
Optional
The type of health check to perform; valid values are http, port, and process; default is port
Possible values are :
port,
process,
http,
object
data
Optional
data