{ "opencollection": "1.0.0", "info": { "name": "Nutanix Prism Central API v3 Alerts Snapshots API", "version": "3.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Snapshots", "type": "folder" }, "items": [ { "info": { "name": "Nutanix List snapshots", "type": "http" }, "http": { "method": "GET", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/snapshots" }, "docs": "Retrieves a list of all VM snapshots available in the cluster." } ] } ], "bundled": true }