healthchecks_status

The current status of the origin server according to the health check.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-healthchecks-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/healthchecks_status",
  "title": "healthchecks_status",
  "description": "The current status of the origin server according to the health check.",
  "enum": [
    "unknown",
    "healthy",
    "unhealthy",
    "suspended"
  ],
  "example": "healthy",
  "readOnly": true,
  "type": "string"
}