load-balancing_origin-health

APIs.ioEngineeringPlatform

Properties

Name Type Description
ip object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-load-balancing-origin-health-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/load-balancing_origin-health",
  "title": "load-balancing_origin-health",
  "properties": {
    "ip": {
      "properties": {
        "failure_reason": {
          "description": "Failure reason.",
          "example": "No failure reasons",
          "type": "string"
        },
        "healthy": {
          "description": "Origin health status.",
          "example": true,
          "type": "boolean"
        },
        "response_code": {
          "description": "Response code from origin health check.",
          "example": 200,
          "type": "number"
        },
        "rtt": {
          "description": "Origin RTT (Round Trip Time) response.",
          "example": "201.5ms",
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}