Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns the list of CloudCache Servers configured in Druva inSync.
External DocumentationTo 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==",
	"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
Workflow LibraryPreview this Workflow on desktop