{ "opencollection": "1.0.0", "info": { "name": "Nutanix Prism Central API v3 Alerts API", "version": "3.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "Nutanix List alerts", "type": "http" }, "http": { "method": "GET", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/alerts", "params": [ { "name": "resolved", "value": "", "type": "query", "description": "Filter by resolved status." }, { "name": "severity", "value": "", "type": "query", "description": "Filter by alert severity." } ] }, "docs": "Retrieves a list of alerts generated by the cluster for health monitoring and operational events." }, { "info": { "name": "Nutanix Get an alert", "type": "http" }, "http": { "method": "GET", "url": "https://{prismCentralIp}:9440/api/nutanix/v3/alerts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the entity." } ] }, "docs": "Retrieves details about a specific alert by its ID." } ] } ], "bundled": true }