load-balancing_origin_health_data

The origin ipv4/ipv6 address or domain name mapped to it's health data.

APIs.ioEngineeringPlatform

Properties

Name Type Description
failure_reason string
healthy boolean
response_code number
rtt string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-load-balancing-origin-health-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/load-balancing_origin_health_data",
  "title": "load-balancing_origin_health_data",
  "description": "The origin ipv4/ipv6 address or domain name mapped to it's health data.",
  "example": {
    "failure_reason": "No failures",
    "healthy": true,
    "response_code": 200,
    "rtt": "66ms"
  },
  "properties": {
    "failure_reason": {
      "type": "string"
    },
    "healthy": {
      "type": "boolean"
    },
    "response_code": {
      "type": "number"
    },
    "rtt": {
      "type": "string"
    }
  },
  "type": "object"
}