v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBStorage Management
Get storage information
Returns information about a particular storage using storageID.
get/storagemanagement/v1/storages/{storageID}
Path parameters
storageIDinteger required
Specify the unique storage ID to get its detailed information. Get the ID of a storage using the 'List all storages' API.
Response
OK
Example response
{
"StorageID": 1,
"storageName": "Druva3_local",
"storageUsage": "225.04 MB",
"totalSizeOfBackedUpFiles": "1.29 GB"
}