load-balancing_expected_codes

The expected HTTP response code or code range of the health check. 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-expected-codes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/load-balancing_expected_codes",
  "title": "load-balancing_expected_codes",
  "default": "200",
  "description": "The expected HTTP response code or code range of the health check. This parameter is only valid for HTTP and HTTPS monitors.",
  "example": "2xx",
  "type": "string"
}