{ "opencollection": "1.0.0", "info": { "name": "Dell Servers Dell iDRAC Redfish REST Accounts Task Service API", "version": "5.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Task Service", "type": "folder" }, "items": [ { "info": { "name": "Dell Servers List tasks", "type": "http" }, "http": { "method": "GET", "url": "https://{idrac-ip}/redfish/v1/TaskService/Tasks" }, "docs": "Retrieves the collection of tasks representing asynchronous operations and lifecycle controller jobs including firmware updates, configuration changes, and RAID creation operations." } ] } ], "bundled": true }