v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Storage 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

totalSizeinteger

The number of CloudCache Servers listed on the result pages.

nextPageTokenstring

The token to access next page of results. This parameter will be empty for the last page of results.

Example response

{
  "totalSize": 1,
  "nextPageToken": "MTExMQ==",
  "cloudcaches": [
    {
      "cloudCacheID": 1,
      "cloudCacheName": "Druva_cloudcache",
      "status": "Active",
      "cacheUsage": "1.29 GB",
      "totalCacheSize": "1 TB"
    }
  ]
}