Ambassador · JSON Structure

Ambassador Host Status Structure

Type: object Properties: 4
API DevelopmentGatewaysIngressKubernetesMock ServersMocksPlatformTesting

HostStatus 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

state phaseCompleted errorReason tlsCertificateSource

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HostStatus",
  "type": "object",
  "properties": {
    "state": {
      "type": "string"
    },
    "phaseCompleted": {
      "type": "string"
    },
    "errorReason": {
      "type": "string"
    },
    "tlsCertificateSource": {
      "type": "string"
    }
  }
}