Fallback Origin
Get Fallback Origin for Custom Hostnames
GET/zones/{zone_id}/custom_hostnames/fallback_origin
Update Fallback Origin for Custom Hostnames
PUT/zones/{zone_id}/custom_hostnames/fallback_origin
Delete Fallback Origin for Custom Hostnames
DELETE/zones/{zone_id}/custom_hostnames/fallback_origin
ModelsExpand Collapse
FallbackOriginGetResponse = object { created_at, errors, origin, 2 more }
FallbackOriginGetResponse = object { created_at, errors, origin, 2 more }
errors: optional array of string
These are errors that were encountered while trying to activate a fallback origin.
origin: optional string
Your origin hostname that requests to your custom hostnames will be sent to.
maxLength255
FallbackOriginUpdateResponse = object { created_at, errors, origin, 2 more }
FallbackOriginUpdateResponse = object { created_at, errors, origin, 2 more }
errors: optional array of string
These are errors that were encountered while trying to activate a fallback origin.
origin: optional string
Your origin hostname that requests to your custom hostnames will be sent to.
maxLength255
FallbackOriginDeleteResponse = object { created_at, errors, origin, 2 more }
FallbackOriginDeleteResponse = object { created_at, errors, origin, 2 more }
errors: optional array of string
These are errors that were encountered while trying to activate a fallback origin.
origin: optional string
Your origin hostname that requests to your custom hostnames will be sent to.
maxLength255