{ "opencollection": "1.0.0", "info": { "name": "Metal Authentication OperatingSystems API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "OperatingSystems", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all operating system versions", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/metal/v1/operating-system-versions" }, "docs": "Provides a listing of available operating system versions." }, { "info": { "name": "Retrieve all operating systems", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/metal/v1/operating-systems" }, "docs": "Provides a listing of available operating systems to provision your new device with." } ] } ], "bundled": true }