2023-11-01
▼ ▲ storage.anywhereCaches.insert
Path : b/{bucket}/anywhereCaches
HTTP Method : POST
Description : Creates an Anywhere Cache instance.
Parameters :
bucket
Type : string
Description : Name of the partent bucket
Required : Yes
Location : path
Parameter Order : bucket
Scopes :
▼ ▲ storage.anywhereCaches.update
Path : b/{bucket}/anywhereCaches/{anywhereCacheId}
HTTP Method : PATCH
Description : Updates the config(ttl and admissionPolicy) of an Anywhere Cache instance.
Parameters :
bucket
Type : string
Description : Name of the partent bucket
Required : Yes
Location : path
anywhereCacheId
Type : string
Description : The ID of requested Anywhere Cache instance.
Required : Yes
Location : path
Parameter Order :
Scopes :
▼ ▲ storage.anywhereCaches.get
Path : b/{bucket}/anywhereCaches/{anywhereCacheId}
HTTP Method : GET
Description : Returns the metadata of an Anywhere Cache instance.
Parameters :
bucket
Type : string
Description : Name of the partent bucket
Required : Yes
Location : path
anywhereCacheId
Type : string
Description : The ID of requested Anywhere Cache instance.
Required : Yes
Location : path
Parameter Order :
Scopes :
▼ ▲ storage.anywhereCaches.list
Path : b/{bucket}/anywhereCache
HTTP Method : GET
Description : Returns a list of Anywhere Cache instances of the bucket matching the criteria.
Parameters :
bucket
Type : string
Description : Name of the partent bucket
Required : Yes
Location : path
pageSize
Type : integer
Description : Maximum number of items return in a single page of responses. Maximum 1000.
Format : int32
Minimum : 0
Location : query
pageToken
Type : string
Description : A previously-returned page token representing part of the larger set of results to view.
Location : query
Parameter Order : bucket
Scopes :
▼ ▲ storage.anywhereCaches.pause
Path : b/{bucket}/anywhereCaches/{anywhereCacheId}/pause
HTTP Method : POST
Description : Pauses an Anywhere Cache instance.
Parameters :
bucket
Type : string
Description : Name of the partent bucket
Required : Yes
Location : path
anywhereCacheId
Type : string
Description : The ID of requested Anywhere Cache instance.
Required : Yes
Location : path
Parameter Order :
Scopes :
▼ ▲ storage.anywhereCaches.resume
Path : b/{bucket}/anywhereCaches/{anywhereCacheId}/resume
HTTP Method : POST
Description : Resumes a paused or disabled Anywhere Cache instance.
Parameters :
bucket
Type : string
Description : Name of the partent bucket
Required : Yes
Location : path
anywhereCacheId
Type : string
Description : The ID of requested Anywhere Cache instance.
Required : Yes
Location : path
Parameter Order :
Scopes :
▼ ▲ storage.anywhereCaches.disable
Path : b/{bucket}/anywhereCaches/{anywhereCacheId}/disable
HTTP Method : POST
Description : Disables an Anywhere Cache instance.
Parameters :
bucket
Type : string
Description : Name of the partent bucket
Required : Yes
Location : path
anywhereCacheId
Type : string
Description : The ID of requested Anywhere Cache instance.
Required : Yes
Location : path
Parameter Order :
Scopes :