v1

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

StorageIDinteger

The unique identifier of the storage in Druva inSync.

storageNamestring

The name of the storage in Druva inSync.

storageUsagestring

The storage space consumed on the storage.

totalSizeOfBackedUpFilesstring

The total size of the files backed up on this storage.

Example response

{
  "StorageID": 1,
  "storageName": "Druva3_local",
  "storageUsage": "225.04 MB",
  "totalSizeOfBackedUpFiles": "1.29 GB"
}