tls-certificates-and-hostnames_custom-hostname-fallback-origin_components-schemas-status

Status of the fallback origin's activation.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-custom-hostname-fallback-orig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_custom-hostname-fallback-origin_components-schemas-status",
  "title": "tls-certificates-and-hostnames_custom-hostname-fallback-origin_components-schemas-status",
  "description": "Status of the fallback origin's activation.",
  "enum": [
    "initializing",
    "pending_deployment",
    "pending_deletion",
    "active",
    "deployment_timed_out",
    "deletion_timed_out"
  ],
  "example": "pending_deployment"
}