{ "opencollection": "1.0.0", "info": { "name": "Nutanix Prism Central API v3 Alerts Projects API", "version": "3.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Nutanix List projects", "type": "http" }, "http": { "method": "POST", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/projects/list", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves a list of projects with optional filtering and pagination." }, { "info": { "name": "Nutanix Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/projects/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The UUID of the entity." } ] }, "docs": "Retrieves the configuration and status of a specific project by UUID." } ] } ], "bundled": true }