Skip to content
Start here

Smart Tiered Cache

Get Smart Tiered Cache setting
client.cache.smartTieredCache.get(SmartTieredCacheGetParams { zone_id } params, RequestOptionsoptions?): SmartTieredCacheGetResponse { id, editable, value, modified_on }
GET/zones/{zone_id}/cache/tiered_cache_smart_topology_enable
Patch Smart Tiered Cache setting
client.cache.smartTieredCache.edit(SmartTieredCacheEditParams { zone_id, value } params, RequestOptionsoptions?): SmartTieredCacheEditResponse { id, editable, value, modified_on }
PATCH/zones/{zone_id}/cache/tiered_cache_smart_topology_enable
Delete Smart Tiered Cache setting
client.cache.smartTieredCache.delete(SmartTieredCacheDeleteParams { zone_id } params, RequestOptionsoptions?): SmartTieredCacheDeleteResponse { id, editable, modified_on }
DELETE/zones/{zone_id}/cache/tiered_cache_smart_topology_enable
ModelsExpand Collapse
SmartTieredCacheGetResponse { id, editable, value, modified_on }
id: "tiered_cache_smart_topology_enable"

The identifier of the caching setting.

editable: boolean

Whether the setting is editable.

value: "on" | "off"

Value of the Smart Tiered Cache zone setting.

One of the following:
"on"
"off"
modified_on?: string | null

Last time this setting was modified.

formatdate-time
SmartTieredCacheEditResponse { id, editable, value, modified_on }
id: "tiered_cache_smart_topology_enable"

The identifier of the caching setting.

editable: boolean

Whether the setting is editable.

value: "on" | "off"

Value of the Smart Tiered Cache zone setting.

One of the following:
"on"
"off"
modified_on?: string | null

Last time this setting was modified.

formatdate-time
SmartTieredCacheDeleteResponse { id, editable, modified_on }
id: "tiered_cache_smart_topology_enable"

The identifier of the caching setting.

editable: boolean

Whether the setting is editable.

modified_on?: string | null

Last time this setting was modified.

formatdate-time