Skip to content
Start here

Fallback Origin

Get Fallback Origin for Custom Hostnames
client.customHostnames.fallbackOrigin.get(FallbackOriginGetParams { zone_id } params, RequestOptionsoptions?): FallbackOriginGetResponse { created_at, errors, origin, 2 more }
GET/zones/{zone_id}/custom_hostnames/fallback_origin
Update Fallback Origin for Custom Hostnames
client.customHostnames.fallbackOrigin.update(FallbackOriginUpdateParams { zone_id, origin } params, RequestOptionsoptions?): FallbackOriginUpdateResponse { created_at, errors, origin, 2 more }
PUT/zones/{zone_id}/custom_hostnames/fallback_origin
Delete Fallback Origin for Custom Hostnames
client.customHostnames.fallbackOrigin.delete(FallbackOriginDeleteParams { zone_id } params, RequestOptionsoptions?): FallbackOriginDeleteResponse { created_at, errors, origin, 2 more }
DELETE/zones/{zone_id}/custom_hostnames/fallback_origin
ModelsExpand Collapse
FallbackOriginGetResponse { created_at, errors, origin, 2 more }
created_at?: string

This is the time the fallback origin was created.

formatdate-time
errors?: Array<string>

These are errors that were encountered while trying to activate a fallback origin.

origin?: string

Your origin hostname that requests to your custom hostnames will be sent to.

maxLength255
status?: "initializing" | "pending_deployment" | "pending_deletion" | 3 more

Status of the fallback origin's activation.

One of the following:
"initializing"
"pending_deployment"
"pending_deletion"
"active"
"deployment_timed_out"
"deletion_timed_out"
updated_at?: string

This is the time the fallback origin was updated.

formatdate-time
FallbackOriginUpdateResponse { created_at, errors, origin, 2 more }
created_at?: string

This is the time the fallback origin was created.

formatdate-time
errors?: Array<string>

These are errors that were encountered while trying to activate a fallback origin.

origin?: string

Your origin hostname that requests to your custom hostnames will be sent to.

maxLength255
status?: "initializing" | "pending_deployment" | "pending_deletion" | 3 more

Status of the fallback origin's activation.

One of the following:
"initializing"
"pending_deployment"
"pending_deletion"
"active"
"deployment_timed_out"
"deletion_timed_out"
updated_at?: string

This is the time the fallback origin was updated.

formatdate-time
FallbackOriginDeleteResponse { created_at, errors, origin, 2 more }
created_at?: string

This is the time the fallback origin was created.

formatdate-time
errors?: Array<string>

These are errors that were encountered while trying to activate a fallback origin.

origin?: string

Your origin hostname that requests to your custom hostnames will be sent to.

maxLength255
status?: "initializing" | "pending_deployment" | "pending_deletion" | 3 more

Status of the fallback origin's activation.

One of the following:
"initializing"
"pending_deployment"
"pending_deletion"
"active"
"deployment_timed_out"
"deletion_timed_out"
updated_at?: string

This is the time the fallback origin was updated.

formatdate-time