{ "opencollection": "1.0.0", "info": { "name": "Supermicro Redfish Accounts Network API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Network", "type": "folder" }, "items": [ { "info": { "name": "List Ethernet Interfaces", "type": "http" }, "http": { "method": "GET", "url": "https://{bmc-ip}/redfish/v1/Systems/:systemId/EthernetInterfaces", "params": [ { "name": "systemId", "value": "", "type": "path" } ] }, "docs": "Returns the collection of network interfaces in the computer system." } ] } ], "bundled": true }