API
CLI
GET /v1beta/projects/{project}/jobs/{job}/health-checks
Example response
200 OK
Details about the health checks for the service.
JSON
{
"healthChecks": [
{
"protocol": "HTTPS",
"type": "readinessProbe",
"path": "/health-check",
"httpPort": 3000,
"initialDelaySeconds": 10,
"periodSeconds": 60,
"timeoutSeconds": 1,
"failureThreshold": 3,
"successThreshold": 1
}
]
}