{ "opencollection": "1.0.0", "info": { "name": "Dell Servers Dell iDRAC Redfish REST Accounts Service Root API", "version": "5.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Service Root", "type": "folder" }, "items": [ { "info": { "name": "Dell Servers Get Redfish service root", "type": "http" }, "http": { "method": "GET", "url": "https://{idrac-ip}/redfish/v1/" }, "docs": "Retrieves the Redfish service root resource which provides links to all top-level resource collections and service metadata including the Redfish protocol version and available services." } ] } ], "bundled": true }