External DocumentationTo learn more, visit the Druva documentation.
Actions
List Storages
Returns the list of all the storages configured for your account in Druva inSync.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Page Token | The token to access the next page of results. Use the token value received in the previous response’s parameter ‘nextPageToken’. |
{
"totalSize": 1,
"nextPageToken": "MTExMQ==",
"storages": [
{
"StorageID": 1,
"storageName": "Druva3_local",
"storageUsage": "225.04 MB",
"totalSizeOfBackedUpFiles": "1.29 GB"
}
]
}
Was this page helpful?