{ "opencollection": "1.0.0", "info": { "name": "Dell Servers Dell iDRAC Redfish REST Accounts Update Service API", "version": "5.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Update Service", "type": "folder" }, "items": [ { "info": { "name": "Dell Servers Get update service", "type": "http" }, "http": { "method": "GET", "url": "https://{idrac-ip}/redfish/v1/UpdateService" }, "docs": "Retrieves the update service resource which provides firmware update capabilities and links to the firmware inventory collection." }, { "info": { "name": "Dell Servers List firmware inventory", "type": "http" }, "http": { "method": "GET", "url": "https://{idrac-ip}/redfish/v1/UpdateService/FirmwareInventory" }, "docs": "Retrieves the collection of firmware inventory items for all components in the server including iDRAC, BIOS, storage controllers, network adapters, power supplies, and CPLD firmware versions." } ] } ], "bundled": true }