{ "opencollection": "1.0.0", "info": { "name": "ExtremeCloud IQ Account Universal Compute Platform API", "version": "25.9.0-36" }, "items": [ { "info": { "name": "Universal Compute Platform", "type": "folder" }, "items": [ { "info": { "name": "Get list of all installed engines for a UCP device", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/ucp/:id/engines/installed", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve the list of installed engines from a connected UCP device." } ] } ], "bundled": true }