dnssec_status

Status of DNSSEC, based on user-desired state and presence of necessary records.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dnssec-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dnssec_status",
  "title": "dnssec_status",
  "description": "Status of DNSSEC, based on user-desired state and presence of necessary records.",
  "enum": [
    "active",
    "pending",
    "disabled",
    "pending-disabled",
    "error"
  ],
  "example": "active"
}