Describe Recovery Snapshots
| drs_describe_recovery_snapshots | R Documentation |
Lists all Recovery Snapshots for a single Source Server¶
Description¶
Lists all Recovery Snapshots for a single Source Server.
Usage¶
Arguments¶
filtersA set of filters by which to return Recovery Snapshots.
maxResultsMaximum number of Recovery Snapshots to retrieve.
nextTokenThe token of the next Recovery Snapshot to retrieve.
orderThe sorted ordering by which to return Recovery Snapshots.
sourceServerID[required] Filter Recovery Snapshots by Source Server ID.
Value¶
A list with the following syntax:
list(
items = list(
list(
ebsSnapshots = list(
"string"
),
expectedTimestamp = "string",
snapshotID = "string",
sourceServerID = "string",
timestamp = "string"
)
),
nextToken = "string"
)