List CloudCache Servers
Returns the list of CloudCache Servers configured in Druva inSync.
External Documentation
To learn more, visit the Druva documentation.
Parameters
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'. |
Example Output
{
"totalSize": 1,
"nextPageToken": "MTExMQ==",
"cloudcaches": [
{
"cloudCacheID": 1,
"cloudCacheName": "Druva_cloudcache",
"status": "Active",
"cacheUsage": "1.29 GB",
"totalCacheSize": "1 TB"
}
]
}
Workflow Library Example
List Cloudcache Servers with Druva and Send Results Via Email
Preview this Workflow on desktop