Retrieve a consistency group Snapshot copy
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
GET /application/consistency-groups/{consistency_group.uuid}/snapshots/{uuid}
Introduced In: 9.10
Retrieves details of a specific snapshot for a consistency group.
Expensive properties
There is an added computational cost to retrieving values for these properties. They are not included by default in GET results and must be explicitly requested using the fields
query parameter. See DOC Requesting specific fields to learn more.
-
is_partial
-
missing_voumes.uuid
-
missing_voumes.name
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
consistency_group.uuid |
string |
path |
True |
The unique identifier of the consistency group to retrieve. |
uuid |
string |
path |
True |
The unique identifier of the Snapshot copy of the consistency group to retrieve. |
snapshot_volumes.snapshot.name |
string |
query |
False |
Filter by snapshot_volumes.snapshot.name
|
snapshot_volumes.snapshot.uuid |
string |
query |
False |
Filter by snapshot_volumes.snapshot.uuid
|
snapshot_volumes.volume.uuid |
string |
query |
False |
Filter by snapshot_volumes.volume.uuid
|
snapshot_volumes.volume.name |
string |
query |
False |
Filter by snapshot_volumes.volume.name
|
comment |
string |
query |
False |
Filter by comment |
consistency_type |
string |
query |
False |
Filter by consistency_type |
missing_volumes.uuid |
string |
query |
False |
Filter by missing_volumes.uuid |
missing_volumes.name |
string |
query |
False |
Filter by missing_volumes.name |
create_time |
string |
query |
False |
Filter by create_time |
consistency_group.name |
string |
query |
False |
Filter by consistency_group.name |
svm.uuid |
string |
query |
False |
Filter by svm.uuid |
svm.name |
string |
query |
False |
Filter by svm.name |
is_partial |
boolean |
query |
False |
Filter by is_partial |
name |
string |
query |
False |
Filter by name |
snapmirror_label |
string |
query |
False |
Filter by snapmirror_label |
write_fence |
boolean |
query |
False |
Filter by write_fence
|
fields |
array[string] |
query |
False |
Specify the fields to return. |
max_records |
integer |
query |
False |
Limit the number of records returned. |
return_records |
boolean |
query |
False |
The default is true for GET calls. When set to false, only the number of records is returned.
|
return_timeout |
integer |
query |
False |
The number of seconds to allow the cal |