{ "opencollection": "1.0.0", "info": { "name": "Dell Servers Dell iDRAC Redfish REST Accounts Alerts API", "version": "5.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "Dell Servers List alerts", "type": "http" }, "http": { "method": "GET", "url": "https://{idrac-ip}/redfish/v1/AlertService/Alerts", "params": [ { "name": "$top", "value": "", "type": "query", "description": "Maximum number of alerts to return" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of alerts to skip for pagination" }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression for alert criteria" }, { "name": "$orderby", "value": "", "type": "query", "description": "Property name to sort results by" } ] }, "docs": "Retrieves the collection of alerts generated by managed devices. Alerts include hardware faults, threshold violations, configuration changes, and audit events. Supports OData filtering and pagination." }, { "info": { "name": "Dell Servers Get an alert", "type": "http" }, "http": { "method": "GET", "url": "https://{idrac-ip}/redfish/v1/AlertService/Alerts(:AlertId)", "params": [ { "name": "AlertId", "value": "", "type": "path", "description": "Unique identifier for an alert" } ] }, "docs": "Retrieves detailed information about a specific alert including the source device, severity, category, message, and recommended actions." } ] } ], "bundled": true }