Skip to content
Start here

Argo

ArgoSmart Routing

Get Argo Smart Routing setting
argo.smart_routing.get(SmartRoutingGetParams**kwargs) -> SmartRoutingGetResponse
GET/zones/{zone_id}/argo/smart_routing
Patch Argo Smart Routing setting
argo.smart_routing.edit(SmartRoutingEditParams**kwargs) -> SmartRoutingEditResponse
PATCH/zones/{zone_id}/argo/smart_routing
ModelsExpand Collapse
class SmartRoutingGetResponse:
id: str

Specifies the identifier of the Argo Smart Routing setting.

editable: bool

Specifies if the setting is editable.

value: Literal["on", "off"]

Specifies the enablement value of Argo Smart Routing.

One of the following:
"on"
"off"
modified_on: Optional[datetime]

Specifies the time when the setting was last modified.

formatdate-time
class SmartRoutingEditResponse:
id: str

Specifies the identifier of the Argo Smart Routing setting.

editable: bool

Specifies if the setting is editable.

value: Literal["on", "off"]

Specifies the enablement value of Argo Smart Routing.

One of the following:
"on"
"off"
modified_on: Optional[datetime]

Specifies the time when the setting was last modified.

formatdate-time

ArgoTiered Caching

Get Tiered Caching setting
argo.tiered_caching.get(TieredCachingGetParams**kwargs) -> TieredCachingGetResponse
GET/zones/{zone_id}/argo/tiered_caching
Patch Tiered Caching setting
argo.tiered_caching.edit(TieredCachingEditParams**kwargs) -> TieredCachingEditResponse
PATCH/zones/{zone_id}/argo/tiered_caching
ModelsExpand Collapse
class TieredCachingGetResponse:
id: Literal["tiered_caching"]

The identifier of the caching setting.

editable: bool

Whether the setting is editable.

value: Literal["on", "off"]

Value of the Tiered Cache zone setting.

One of the following:
"on"
"off"
modified_on: Optional[datetime]

Last time this setting was modified.

formatdate-time
class TieredCachingEditResponse:
id: Literal["tiered_caching"]

The identifier of the caching setting.

editable: bool

Whether the setting is editable.

value: Literal["on", "off"]

Value of the Tiered Cache zone setting.

One of the following:
"on"
"off"
modified_on: Optional[datetime]

Last time this setting was modified.

formatdate-time