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==",
"cloudcaches": [
{
"cloudCacheID": 1,
"cloudCacheName": "Druva_cloudcache",
"status": "Active",
"cacheUsage": "1.29 GB",
"totalCacheSize": "1 TB"
}
]
}
Was this page helpful?