get_snapshots
Retrieve Snapshots for a Snappable from Polaris
Arguments
Name
Type
Description
Choices
snappable_id
str
Object UUID
recovery_point
str
Optional datetime of snapshot to return, or 'latest', or not defined to return all
Returns
Type
Return Value
dict
A dictionary of snapshots or a single snapshot if 'latest' was passed as recovery_point
. If no snapshots are found, an empty dict is returned.
Example
Last updated