NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

snapshot size and used space

takumi_jdm
2,974 Views

Hi folks,

 

Is anyone that can help me what is the equivalent rest API endpoint of this command "snap list -vserver svm0"?. I'm using 9.10.1 simulator. 

 

Thanks!

2 REPLIES 2

cedric_renauld
2,734 Views

Hello, I dont have any 9.10, but in 9.12 you havec the "< >" symbols in the upper right corner of System manager.

And you can see all API during you browse the System manager

It's can help you ?

cedric_renauld_0-1704207252445.png

 

Ashun
1,880 Views

Retrieving Snapshot copy attributes
# The API:
/api/storage/volumes/{volume.uuid}/snapshots
https://<mgmt-ip>/api/storage/volumes/{volume.uuid}/snapshots

Retrieving the attributes of a specific Snapshot copy
# The API:
/api/storage/volumes/{volume.uuid}/snapshots/{uuid}
https://<mgmt-ip>/api/storage/volumes/3a636cef-b702-11ef-8179-000c29e4d85f/snapshots/cb045042-0357-4b50-a51b-9411aa5095e6

 

If you have PSTK, you can also use get-ncsnapshot

Public