tls-certificates-and-hostnames_status

Status of the zone's custom SSL.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_status",
  "title": "tls-certificates-and-hostnames_status",
  "description": "Status of the zone's custom SSL.",
  "enum": [
    "active",
    "expired",
    "deleted",
    "pending",
    "initializing"
  ],
  "example": "active",
  "readOnly": true
}