Ambassador · JSON Structure

Ambassador Load Balancer Structure

Type: object Properties: 4
API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

LoadBalancer is a JSON Structure definition published by Ambassador, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

policy cookie header source_ip

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LoadBalancer",
  "type": "object",
  "properties": {
    "policy": {
      "type": "string"
    },
    "cookie": {
      "type": "object"
    },
    "header": {
      "type": "string"
    },
    "source_ip": {
      "type": "boolean"
    }
  }
}