{ "opencollection": "1.0.0", "info": { "name": "Nutanix Prism Central API v3 Alerts Storage Pools API", "version": "3.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Storage Pools", "type": "folder" }, "items": [ { "info": { "name": "Nutanix List storage pools", "type": "http" }, "http": { "method": "GET", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/storage_pools" }, "docs": "Retrieves a list of all storage pools in the cluster." }, { "info": { "name": "Nutanix Get a storage pool", "type": "http" }, "http": { "method": "GET", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/storage_pools/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the entity." } ] }, "docs": "Retrieves details about a specific storage pool by its ID." } ] } ], "bundled": true }