Actions
List Endpoint Backups
Returns the details of the last successful backups on user devices for the last 30 days.
To learn more, visit the Druva documentation.
Basic Parameters
Parameter | Description |
---|---|
Device ID | Filter to get list of last successful backups for a particular device using its unique ID. |
Page Token | The token to access the next page of results. Use the token value received in the previous response’s parameter ‘nextPageToken’. |
User ID | Filter to get list of last successful backups on devices owned by a particular user using their user ID. |
Advanced Parameters
Parameter | Description |
---|---|
End Backup Time | Filter to list successful backups that started before a particular date and time. |
Max Backup End Time | Filter to list successful backups that ended before a particular date and time. |
Min Backup End Time | Filter to list successful backups that ended after a particular date and time. |
Start Backup Time | Filter to list successful backups that started after a particular date and time. |
Example Output
Workflow Library Example
List Endpoint Backups with Druva and Send Results Via Email
Preview this Workflow on desktop