load-balancing_monitor-editable

APIs.ioEngineeringPlatform

Properties

Name Type Description
allow_insecure object
consecutive_down object
consecutive_up object
description object
expected_body object
expected_codes object
follow_redirects object
header object
interval object
method object
path object
port object
probe_zone object
retries object
timeout object
type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-load-balancing-monitor-editable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/load-balancing_monitor-editable",
  "title": "load-balancing_monitor-editable",
  "properties": {
    "allow_insecure": {
      "$ref": "#/components/schemas/load-balancing_allow_insecure"
    },
    "consecutive_down": {
      "$ref": "#/components/schemas/load-balancing_consecutive_down"
    },
    "consecutive_up": {
      "$ref": "#/components/schemas/load-balancing_consecutive_up"
    },
    "description": {
      "$ref": "#/components/schemas/load-balancing_description"
    },
    "expected_body": {
      "$ref": "#/components/schemas/load-balancing_expected_body"
    },
    "expected_codes": {
      "$ref": "#/components/schemas/load-balancing_expected_codes"
    },
    "follow_redirects": {
      "$ref": "#/components/schemas/load-balancing_follow_redirects"
    },
    "header": {
      "$ref": "#/components/schemas/load-balancing_header"
    },
    "interval": {
      "$ref": "#/components/schemas/load-balancing_interval"
    },
    "method": {
      "$ref": "#/components/schemas/load-balancing_method"
    },
    "path": {
      "$ref": "#/components/schemas/load-balancing_path"
    },
    "port": {
      "$ref": "#/components/schemas/load-balancing_port"
    },
    "probe_zone": {
      "$ref": "#/components/schemas/load-balancing_probe_zone"
    },
    "retries": {
      "$ref": "#/components/schemas/load-balancing_retries"
    },
    "timeout": {
      "$ref": "#/components/schemas/load-balancing_timeout"
    },
    "type": {
      "$ref": "#/components/schemas/load-balancing_type"
    }
  },
  "type": "object"
}