{ "opencollection": "1.0.0", "info": { "name": "Dell Servers Dell iDRAC Redfish REST Accounts Reports API", "version": "5.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Dell Servers List report definitions", "type": "http" }, "http": { "method": "GET", "url": "https://{idrac-ip}/redfish/v1/ReportService/ReportDefs" }, "docs": "Retrieves the collection of report definitions available in OpenManage Enterprise. Report definitions specify the query criteria, columns, and filters for generating reports on managed devices." } ] } ], "bundled": true }