v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBStorage Management
List all CloudCache Servers
Returns the list of CloudCache Servers configured in Druva inSync.
get/storagemanagement/v1/cloudcaches
Query parameters
pageTokenstring
The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.
Response
OK
Example response
{
"totalSize": 1,
"nextPageToken": "MTExMQ==",
"cloudcaches": [
{
"cloudCacheID": 1,
"cloudCacheName": "Druva_cloudcache",
"status": "Active",
"cacheUsage": "1.29 GB",
"totalCacheSize": "1 TB"
}
]
}