REST API
Infra APISystem

Health check

GET/health

Response Body

application/json

curl -X GET "https://example.com/health"
{  "ingress_reconciled": true,  "serverless_reconciled": true,  "status": "string",  "time": "string",  "vm_billing_target": "string"}