v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBStorage 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
Example response
{
"cloudCacheID": 1,
"cloudCacheName": "Druva_cloudcache",
"status": "Active",
"cacheUsage": "1.29 GB",
"totalCacheSize": "1 TB"
}