Skip to content
Start here

Smart 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