{ "opencollection": "1.0.0", "info": { "name": "Cisco Expressway Configuration Admin Account System API", "version": "14.2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Cisco Expressway Retrieve system information", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/api/provisioning/common/sysinfo" }, "docs": "Returns basic system information for the Expressway node including the system name, software version, hardware details, serial number, and uptime." } ] } ], "bundled": true }