Skip to content
Start here

Tiered 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