Skip to content
Start here

Argo

ArgoSmart Routing

Get Argo Smart Routing setting
client.argo.smartRouting.get(SmartRoutingGetParams { zone_id } params, RequestOptionsoptions?): SmartRoutingGetResponse { id, editable, value, modified_on }
GET/zones/{zone_id}/argo/smart_routing
Patch Argo Smart Routing setting
client.argo.smartRouting.edit(SmartRoutingEditParams { zone_id, value } params, RequestOptionsoptions?): SmartRoutingEditResponse { id, editable, value, modified_on }
PATCH/zones/{zone_id}/argo/smart_routing
ModelsExpand Collapse
SmartRoutingGetResponse { id, editable, value, modified_on }
id: string

Specifies the identifier of the Argo Smart Routing setting.

editable: boolean

Specifies if the setting is editable.

value: "on" | "off"

Specifies the enablement value of Argo Smart Routing.

One of the following:
"on"
"off"
modified_on?: string

Specifies the time when the setting was last modified.

formatdate-time
SmartRoutingEditResponse { id, editable, value, modified_on }
id: string

Specifies the identifier of the Argo Smart Routing setting.

editable: boolean

Specifies if the setting is editable.

value: "on" | "off"

Specifies the enablement value of Argo Smart Routing.

One of the following:
"on"
"off"
modified_on?: string

Specifies the time when the setting was last modified.

formatdate-time

ArgoTiered Caching

Get Tiered Caching setting
client.argo.tieredCaching.get(TieredCachingGetParams { zone_id } params, RequestOptionsoptions?): TieredCachingGetResponse { id, editable, value, modified_on }
GET/zones/{zone_id}/argo/tiered_caching
Patch Tiered Caching setting
client.argo.tieredCaching.edit(TieredCachingEditParams { zone_id, value } params, RequestOptionsoptions?): TieredCachingEditResponse { id, editable, value, modified_on }
PATCH/zones/{zone_id}/argo/tiered_caching
ModelsExpand Collapse
TieredCachingGetResponse { id, editable, value, modified_on }
id: "tiered_caching"

The identifier of the caching setting.

editable: boolean

Whether the setting is editable.

value: "on" | "off"

Value of the Tiered Cache zone setting.

One of the following:
"on"
"off"
modified_on?: string | null

Last time this setting was modified.

formatdate-time
TieredCachingEditResponse { id, editable, value, modified_on }
id: "tiered_caching"

The identifier of the caching setting.

editable: boolean

Whether the setting is editable.

value: "on" | "off"

Value of the Tiered Cache zone setting.

One of the following:
"on"
"off"
modified_on?: string | null

Last time this setting was modified.

formatdate-time