{ "opencollection": "1.0.0", "info": { "name": "Nutanix Prism Central API v3 Alerts Storage Containers API", "version": "3.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Storage Containers", "type": "folder" }, "items": [ { "info": { "name": "Nutanix List storage containers", "type": "http" }, "http": { "method": "GET", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/storage_containers" }, "docs": "Retrieves a list of all storage containers in the cluster with their configuration and usage statistics." }, { "info": { "name": "Nutanix Create a storage container", "type": "http" }, "http": { "method": "POST", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/storage_containers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new storage container with the specified configuration including name, storage pool, and data services settings." }, { "info": { "name": "Nutanix Get a storage container", "type": "http" }, "http": { "method": "GET", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/storage_containers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the entity." } ] }, "docs": "Retrieves details about a specific storage container by its ID." }, { "info": { "name": "Nutanix Update a storage container", "type": "http" }, "http": { "method": "PUT", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/storage_containers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the entity." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing storage container." }, { "info": { "name": "Nutanix Delete a storage container", "type": "http" }, "http": { "method": "DELETE", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/storage_containers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the entity." } ] }, "docs": "Deletes a storage container identified by its ID." } ] } ], "bundled": true }