Skip to content
Start here

Smart Tiered Cache

Get Smart Tiered Cache setting
cache.smart_tiered_cache.get(SmartTieredCacheGetParams**kwargs) -> SmartTieredCacheGetResponse
GET/zones/{zone_id}/cache/tiered_cache_smart_topology_enable
Patch Smart Tiered Cache setting
cache.smart_tiered_cache.edit(SmartTieredCacheEditParams**kwargs) -> SmartTieredCacheEditResponse
PATCH/zones/{zone_id}/cache/tiered_cache_smart_topology_enable
Delete Smart Tiered Cache setting
cache.smart_tiered_cache.delete(SmartTieredCacheDeleteParams**kwargs) -> SmartTieredCacheDeleteResponse
DELETE/zones/{zone_id}/cache/tiered_cache_smart_topology_enable
ModelsExpand Collapse
class SmartTieredCacheGetResponse:
id: Literal["tiered_cache_smart_topology_enable"]

The identifier of the caching setting.

editable: bool

Whether the setting is editable.

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

Value of the Smart Tiered Cache zone setting.

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

Last time this setting was modified.

formatdate-time
class SmartTieredCacheEditResponse:
id: Literal["tiered_cache_smart_topology_enable"]

The identifier of the caching setting.

editable: bool

Whether the setting is editable.

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

Value of the Smart Tiered Cache zone setting.

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

Last time this setting was modified.

formatdate-time
class SmartTieredCacheDeleteResponse:
id: Literal["tiered_cache_smart_topology_enable"]

The identifier of the caching setting.

editable: bool

Whether the setting is editable.

modified_on: Optional[datetime]

Last time this setting was modified.

formatdate-time