Retrieve volume Snapshot copy details
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
GET /storage/volumes/{volume.uuid}/snapshots/{uuid}
Introduced In: 9.6
Retrieves details of a specific volume Snapshot copy.
Related ONTAP commands
-
snapshot show
Learn more
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
volume.uuid |
string |
path |
True |
Volume UUID |
uuid |
string |
path |
True |
Snapshot copy UUID |
fields |
array[string] |
query |
False |
Specify the fields to return. |
Response
Status: 200, Ok
Name | Type | Description |
---|---|---|
_links |
||
comment |
string |
A comment associated with the Snapshot copy. This is an optional attribute for POST or PATCH. |
create_time |
string |
Creation time of the Snapshot copy. It is the volume access time when the Snapshot copy was created. |
delta |
Reports the amount of space consumed between two WAFL file systems, in bytes. The two WAFL file systems should be specified in a comma-separated format using the "name" parameter. To determine the space consumed between a Snapshot copy and the Active File System, only the Snapshot copy name needs to be mentioned. |
|
expiry_time |
string |
The expiry time for the Snapshot copy. This is an optional attribute for POST or PATCH. Snapshot copies with an expiry time set are not allowed to be deleted until the retention time is reached. |
logical_size |
integer |
Size of the logical used file system at the time the Snapshot copy is captured. |
name |
string |
Snapshot copy. Valid in POST or PATCH. |
owners |
array[string] |
|
provenance_volume |
||
reclaimable_space |
integer |
Space reclaimed when the Snapshot copy is deleted, in bytes. |
size |
integer |
Size of the active file system at the time the Snapshot copy is captured. The actual size of the Snapshot copy also includes those blocks trapped by other Snapshot copies. On a Snapshot copy deletion, the "size" amount of blocks is the maximum number of blocks available. On a Snapshot copy restore, the "afs-used size" value will match the Snapshot copy "size" value. |
snaplock |
||
snaplock_expiry_time |
string |
SnapLock expiry time for the Snapshot copy, if the Snapshot copy is taken on a SnapLock volume. A Snapshot copy is not allowed to be deleted or renamed until the SnapLock ComplianceClock time goes beyond this retention time. This option can be set during Snapshot copy POST and Snapshot copy PATCH on Snapshot copy locking enabled volumes. This field will no longer be supported in a future release. Use snaplock.expiry_time instead. |
snapmirror_label |
string |
Label for SnapMirror operations |
state |
string |
State of the FlexGroup volume Snapshot copy. In the "pre_conversion" state, the Snapshot copy was created before converting the FlexVol to a FlexGroup volume. A recently created Snapshot copy can be in the "unknown" state while the system is calculating the state. In the "partial" state, the Snapshot copy is consistent but exists only on the subset of the constituents that existed prior to the FlexGroup's expansion. Partial Snapshot copies cannot be used for a Snapshot copy restore operation. A Snapshot copy is in an "invalid" state when it is present in some FlexGroup constituents but not in others. At all other times, a Snapshot copy is valid. |
svm |
SVM, applies only to SVM-scoped objects. |
|
uuid |
string |
The UUID of the Snapshot copy in the volume that uniquely identifies the Snapshot copy in that volume. |
version_uuid |
string |
The 128 bit identifier that uniquely identifies a snapshot and its logical data layout. |
volume |
Example response
{
"_links": {
"self": {
"href": "/api/resourcelink"
}
},
"comment": "string",
"create_time": "2019-02-04 14:00:00 -0500",
"delta": {
"_links": {
"self": {
"href": "/api/resourcelink"
}
},
"size_consumed": 0,
"time_elapsed": "string"
},
"expiry_time": "2019-02-04 14:00:00 -0500",
"logical_size": 1228800,
"name": "this_snapshot",
"owners": [
"string"
],
"provenance_volume": {
"uuid": "4cd8a442-86d1-11e0-ae1c-125648563413"
},
"size": "122880",
"snaplock": {
"expired": 1,
"expiry_time": "2019-02-04 14:00:00 -0500",
"time_until_expiry": "PT3H27M45S"
},
"snaplock_expiry_time": "2019-02-04 14:00:00 -0500",
"snapmirror_label": "string",
"state": "string",
"svm": {
"_links": {
"self": {
"href": "/api/resourcelink"
}
},
"name": "svm1",
"uuid": "02c9e252-41be-11e9-81d5-00a0986138f7"
},
"uuid": "1cd8a442-86d1-11e0-ae1c-123478563412",
"version_uuid": "1cd8a442-86d1-11e0-ae1c-123478563412",
"volume": {
"_links": {
"self": {
"href": "/api/resourcelink"
}
},
"name": "volume1",
"uuid": "028baa66-41bd-11e9-81d5-00a0986138f7"
}
}
Error
Status: Default
ONTAP Error Response Code
Error Code | Description |
---|---|
2 |
An invalid value was entered for one of the fields. |
262197 |
An invalid field was specified in the request. |
1638473 |
Snapshot copy tag not found. |
1638503 |
The Snapshot copy does not exist on the specified volume. |
1638600 |
The Snapshot copy does not exist. |
1638615 |
Bulk operations for Snapshot copies are not supported on multiple SVMs. |
Name | Type | Description |
---|---|---|
error |
Example error
{
"error": {
"arguments": [
{
"code": "string",
"message": "string"
}
],
"code": "4",
"message": "entry doesn't exist",
"target": "uuid"
}
}
Definitions
See Definitions
href
Name | Type | Description |
---|---|---|
href |
string |
_links
Name | Type | Description |
---|---|---|
self |
snapshot_delta
Reports the amount of space consumed between two WAFL file systems, in bytes. The two WAFL file systems should be specified in a comma-separated format using the "name" parameter. To determine the space consumed between a Snapshot copy and the Active File System, only the Snapshot copy name needs to be mentioned.
Name | Type | Description |
---|---|---|
_links |
||
size_consumed |
integer |
Indicates the space that has changed between two specified WAFL file systems, in bytes. |
time_elapsed |
string |
Time elapsed between two specified WAFL file systems. |
provenance_volume
Name | Type | Description |
---|---|---|
uuid |
string |
UUID for the volume that is used to identify the source volume in a mirroring relationship. When the mirroring relationship is broken, a volume's Instance UUID and Provenance UUID are made identical. An unmirrored volume's Provenance UUID is the same as its Instance UUID. This field is valid for flexible volumes only. |
snaplock
Name | Type | Description |
---|---|---|
expired |
boolean |
Indicates whether a SnapLock Snapshot copy has expired. |
expiry_time |
string |
SnapLock expiry time for the Snapshot copy, if the Snapshot copy is taken on a SnapLock volume. A Snapshot copy is not allowed to be deleted or renamed until the SnapLock ComplianceClock time goes beyond this retention time. This option can be set during Snapshot copy POST and Snapshot copy PATCH on Snapshot copy locking enabled volumes. |
time_until_expiry |
string |
Indicates the remaining SnapLock expiry time of a locked Snapshot copy, in seconds. This field is set only when the remaining time interval is less than 136 years. |
svm
SVM, applies only to SVM-scoped objects.
Name | Type | Description |
---|---|---|
_links |
||
name |
string |
The name of the SVM. This field cannot be specified in a PATCH method. |
uuid |
string |
The unique identifier of the SVM. This field cannot be specified in a PATCH method. |
volume
Name | Type | Description |
---|---|---|
_links |
||
name |
string |
The name of the volume. This field cannot be specified in a POST or PATCH method. |
uuid |
string |
Unique identifier for the volume. This corresponds to the instance-uuid that is exposed in the CLI and ONTAPI. It does not change due to a volume move.
|
error_arguments
Name | Type | Description |
---|---|---|
code |
string |
Argument code |
message |
string |
Message argument |
returned_error
Name | Type | Description |
---|---|---|
arguments |
array[error_arguments] |
Message arguments |
code |
string |
Error code |
message |
string |
Error message |
target |
string |
The target parameter that caused the error. |