Hostnames
Get the Hostname Status for Client Authentication
GET/zones/{zone_id}/origin_tls_client_auth/hostnames/{hostname}
Enable or Disable a Hostname for Client Authentication
PUT/zones/{zone_id}/origin_tls_client_auth/hostnames
ModelsExpand Collapse
AuthenticatedOriginPull = object { cert_id, cert_status, cert_updated_at, 11 more }
AuthenticatedOriginPull = object { cert_id, cert_status, cert_updated_at, 11 more }
cert_status: optional "initializing" or "pending_deployment" or "pending_deletion" or 4 moreStatus of the certificate or the association.
cert_status: optional "initializing" or "pending_deployment" or "pending_deletion" or 4 more
Status of the certificate or the association.
enabled: optional boolean
Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
hostname: optional string
The hostname on the origin for which the client certificate uploaded will be used.
maxLength255