{ "opencollection": "1.0.0", "info": { "name": "Dell Servers Dell iDRAC Redfish REST Accounts Application Settings API", "version": "5.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Application Settings", "type": "folder" }, "items": [ { "info": { "name": "Dell Servers Get appliance network configuration", "type": "http" }, "http": { "method": "GET", "url": "https://{idrac-ip}/redfish/v1/ApplicationService/Network" }, "docs": "Retrieves the network configuration of the OpenManage Enterprise appliance including IP address, subnet mask, gateway, DNS, and NTP settings." } ] } ], "bundled": true }