Skip to main content

List Storages

Returns the list of all the storages configured for your account in Druva inSync.

External Documentation

To learn more, visit the Druva documentation.

Parameters

ParameterDescription
Page TokenThe token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.

Example Output

{
"totalSize": 1,
"nextPageToken": "MTExMQ==",
"storages": [
{
"StorageID": 1,
"storageName": "Druva3_local",
"storageUsage": "225.04 MB",
"totalSizeOfBackedUpFiles": "1.29 GB"
}
]
}

Workflow Library Example

List Storages with Druva and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop