Ambassador · JSON Structure

Ambassador Diagnostics Overview Structure

Type: object Properties: 5
API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

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

Properties

system ambassador_config envoy_status route_info errors

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DiagnosticsOverview",
  "type": "object",
  "properties": {
    "system": {
      "type": "object"
    },
    "ambassador_config": {
      "type": "object"
    },
    "envoy_status": {
      "type": "object"
    },
    "route_info": {
      "type": "array"
    },
    "errors": {
      "type": "array"
    }
  }
}