Skip to content
Start here

Smart Routing

Get Argo Smart Routing setting
GET/zones/{zone_id}/argo/smart_routing
Patch Argo Smart Routing setting
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" or "off"

Specifies the enablement value of Argo Smart Routing.

One of the following:
"on"
"off"
modified_on: optional 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" or "off"

Specifies the enablement value of Argo Smart Routing.

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

Specifies the time when the setting was last modified.

formatdate-time