[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
GetProtectionGroupSnapshotsResponse
Response object encoding an array of summary information about protection group snapshots and a continuation cursor.
Properties
string
cursor
Optional
An opaque string that can be passed back to this API in order to get the next set of results. If this poperty is not present, no more results are available.
array of
ProtectionGroupSnapshotSummary
snapshots
Optional
An array of summary information about protection group snapshots.
JSON Example
{
"cursor": "string",
"snapshots": [
{
"id": "string",
"name": "string"
}
]
}
[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
Returned By
Get Protection Group Snapshots