load-balancing_consecutive_down

To be marked unhealthy the monitored origin must fail this healthcheck N consecutive times.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-load-balancing-consecutive-down-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/load-balancing_consecutive_down",
  "title": "load-balancing_consecutive_down",
  "default": 0,
  "description": "To be marked unhealthy the monitored origin must fail this healthcheck N consecutive times.",
  "type": "integer"
}