Retrieve a consistency group
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
GET /application/consistency-groups/{uuid}
Introduced In: 9.10
Retrieves a single 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.
-
volumes
-
luns
-
namespaces
Related ONTAP commands
There are no ONTAP commands for managing consistency groups.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
uuid |
string |
path |
True |
The unique identifier of the group to retrieve. |
tiering.policy |
string |
query |
False |
Filter by tiering.policy |
svm.uuid |
string |
query |
False |
Filter by svm.uuid |
svm.name |
string |
query |
False |
Filter by svm.name |
space.available |
integer |
query |
False |
Filter by space.available |
space.size |
integer |
query |
False |
Filter by space.size |
space.used |
integer |
query |
False |
Filter by space.used |
metric.used_space |
integer |
query |
False |
Filter by metric.used_space
|
metric.size |
integer |
query |
False |
Filter by metric.size
|
metric.status |
string |
query |
False |
Filter by metric.status
|
metric.iops.write |
integer |
query |
False |
Filter by metric.iops.write
|
metric.iops.read |
integer |
query |
False |
Filter by metric.iops.read
|
metric.iops.other |
integer |
query |
False |
Filter by metric.iops.other
|
metric.iops.total |
integer |
query |
False |
Filter by metric.iops.total
|
metric.timestamp |
string |
query |
False |
Filter by metric.timestamp
|
metric.latency.write |
integer |
query |
False |
Filter by metric.latency.write
|
metric.latency.read |
integer |
query |
False |
Filter by metric.latency.read
|
metric.latency.other |
integer |
query |
False |
Filter by metric.latency.other
|
metric.latency.total |
integer |
query |
False |
Filter by metric.latency.total
|
metric.throughput.write |
integer |
query |
False |
Filter by metric.throughput.write
|
metric.throughput.read |
integer |
query |
False |
Filter by metric.throughput.read
|
metric.throughput.other |
integer |
query |
False |
Filter by metric.throughput.other
|
metric.throughput.total |
integer |
query |
False |
Filter by metric.throughput.total
|
metric.duration |
string |
query |
False |
Filter by metric.duration
|
metric.available_space |
integer |
query |
False |
Filter by metric.available_space
|
application.component_type |
string |
query |
False |
Filter by application.component_type
|
application.type |
string |
query |
False |
Filter by application.type
|
volumes.qos.policy.uuid |
string |
query |
False |
Filter by volumes.qos.policy.uuid |
volumes.qos.policy.name |
string |
query |
False |
Filter by volumes.qos.policy.name |
volumes.nas.cifs.shares.continuously_available |
boolean |
query |
False |
Filter by volumes.nas.cifs.shares.continuously_available
|
volumes.nas.cifs.shares.unix_symlink |
string |
query |
False |
Filter by volumes.nas.cifs.shares.unix_symlink
|
volumes.nas.cifs.shares.offline_files |
string |
query |
False |
Filter by volumes.nas.cifs.shares.offline_files
|
volumes.nas.cifs.shares.comment |
string |
query |
False |
Filter by volumes.nas.cifs.shares.comment
|
volumes.nas.cifs.shares.file_umask |
integer |
query |
False |
Filter by volumes.nas.cifs.shares.file_umask
|
volumes.nas.cifs.shares.change_notify |
boolean |
query |
False |
Filter by volumes.nas.cifs.shares.change_notify
|
volumes.nas.cifs.shares.no_strict_security |
boolean |
query |
False |
Filter by volumes.nas.cifs.shares.no_strict_security
|
volumes.nas.cifs.shares.acls.permission |
string |
query |
False |
Filter by volumes.nas.cifs.shares.acls.permission
|
volumes.nas.cifs.shares.acls.user_or_group |
string |
query |
False |
Filter by volumes.nas.cifs.shares.acls.user_or_group
|
volumes.nas.cifs.shares.acls.type |
string |
query |
False |
Filter by volumes.nas.cifs.shares.acls.type
|
volumes.nas.cifs.shares.vscan_profile |
string |
query |
False |
Filter by volumes.nas.cifs.shares.vscan_profile
|
volumes.nas.cifs.shares.name |
string |
query |
False |
Filter by volumes.nas.cifs.shares.name
|
volumes.nas.cifs.shares.oplocks |
boolean |
query |
False |
Filter by volumes.nas.cifs.shares.oplocks
|
volumes.nas.cifs.shares.show_snapshot |
boolean |
query |
False |
Filter by volumes.nas.cifs.shares.show_snapshot
|
volumes.nas.cifs.shares.encryption |
boolean |
query |
False |
Filter by volumes.nas.cifs.shares.encryption
|
volumes.nas.cifs.shares.home_directory |
boolean |
query |
False |
Filter by volumes.nas.cifs.shares.home_directory
|
volumes.nas.cifs.shares.namespace_caching |
boolean |
query |
False |
Filter by volumes.nas.cifs.shares.namespace_caching
|
volumes.nas.cifs.shares.dir_umask |
integer |
query |
False |
Filter by volumes.nas.cifs.shares.dir_umask
|
volumes.nas.cifs.shares.access_based_enumeration |
boolean |
query |
F |