Skip to content
Start here

Regional Tiered Cache

Get Regional Tiered Cache setting
cache.regional_tiered_cache.get(RegionalTieredCacheGetParams**kwargs) -> RegionalTieredCacheGetResponse
GET/zones/{zone_id}/cache/regional_tiered_cache
Change Regional Tiered Cache setting
cache.regional_tiered_cache.edit(RegionalTieredCacheEditParams**kwargs) -> RegionalTieredCacheEditResponse
PATCH/zones/{zone_id}/cache/regional_tiered_cache
ModelsExpand Collapse
Literal["tc_regional"]

The identifier of the caching setting.

class RegionalTieredCacheGetResponse:

The identifier of the caching setting.

editable: bool

Whether the setting is editable.

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

Value of the Regional Tiered Cache zone setting.

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

Last time this setting was modified.

formatdate-time
class RegionalTieredCacheEditResponse:

The identifier of the caching setting.

editable: bool

Whether the setting is editable.

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

Value of the Regional Tiered Cache zone setting.

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

Last time this setting was modified.

formatdate-time