Storage 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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.