v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBStorage Management
List all storages
Returns the list of all the storages configured for your account in Druva inSync.
get/storagemanagement/v1/storages
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
Example response
{
"totalSize": 1,
"nextPageToken": "MTExMQ==",
"storages": [
{
"StorageID": 1,
"storageName": "Druva3_local",
"storageUsage": "225.04 MB",
"totalSizeOfBackedUpFiles": "1.29 GB"
}
]
}