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?