Skip to content
Start here

Cache Reserve

Get Cache Reserve setting
client.Cache.CacheReserve.Get(ctx, query) (*CacheReserveGetResponse, error)
GET/zones/{zone_id}/cache/cache_reserve
Change Cache Reserve setting
client.Cache.CacheReserve.Edit(ctx, params) (*CacheReserveEditResponse, error)
PATCH/zones/{zone_id}/cache/cache_reserve
Get Cache Reserve Clear
client.Cache.CacheReserve.Status(ctx, query) (*CacheReserveStatusResponse, error)
GET/zones/{zone_id}/cache/cache_reserve_clear
Start Cache Reserve Clear
client.Cache.CacheReserve.Clear(ctx, params) (*CacheReserveClearResponse, error)
POST/zones/{zone_id}/cache/cache_reserve_clear
ModelsExpand Collapse
type CacheReserve string

The identifier of the caching setting.

type CacheReserveClear string

ID of the zone setting.

type State string

The current state of the Cache Reserve Clear operation.

One of the following:
const StateInProgress State = "In-progress"
const StateCompleted State = "Completed"