v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Storage Management

Get CloudCache Server information

Returns information about a particular CloudCache Server using storageID.

get/storagemanagement/v1/cloudcaches/{cloudCacheID}

Path parameters

cloudCacheIDinteger required

Specify the unique CloudCache Server ID to get its detailed information. Get the ID of a storage using the 'List all CloudCache Servers' API.

Response

OK

cloudCacheIDinteger

The inSync assigned unique identifier of the CloudCache Server.

cloudCacheNamestring

The name of the CloudCache Server.

status'Not Active' | 'Active' | 'Decommissioned'

The current status of the CloudCache Server.

cacheUsagestring

The total disk space that the cache data consumed until date.

totalCacheSizestring

The total disk space available for cache data.

Example response

{
  "cloudCacheID": 1,
  "cloudCacheName": "Druva_cloudcache",
  "status": "Active",
  "cacheUsage": "1.29 GB",
  "totalCacheSize": "1 TB"
}