Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
