load-balancing_path

The endpoint path you want to conduct a health check against. This parameter is only valid for HTTP and HTTPS monitors.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-load-balancing-path-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/load-balancing_path",
  "title": "load-balancing_path",
  "default": "/",
  "description": "The endpoint path you want to conduct a health check against. This parameter is only valid for HTTP and HTTPS monitors.",
  "example": "/health",
  "type": "string"
}