ONTAP Discussions

snapshot size and used space

takumi_jdm
1,437 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
1,197 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
343 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