Status of the hostname's activation.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_components-schemas-status", "title": "tls-certificates-and-hostnames_components-schemas-status", "description": "Status of the hostname's activation.", "enum": [ "active", "pending", "active_redeploying", "moved", "pending_deletion", "deleted", "pending_blocked", "pending_migration", "pending_provisioned", "test_pending", "test_active", "test_active_apex", "test_blocked", "test_failed", "provisioned", "blocked" ], "example": "pending" }