{ "opencollection": "1.0.0", "info": { "name": "Red5 Pro Brew Mixer Admin Applications API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "accessToken", "value": "{{accessToken}}", "placement": "query" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:5080/applications", "params": [ { "name": "accessToken", "value": "", "type": "query", "description": "API access token for authentication" } ] }, "docs": "Returns a list of all deployed applications (scopes) on the Red5 Pro server along with their statistics including connected client counts and resource usage." }, { "info": { "name": "Get Application Details", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:5080/applications/:appName", "params": [ { "name": "appName", "value": "", "type": "path", "description": "Name of the Red5 Pro application scope" }, { "name": "accessToken", "value": "", "type": "query", "description": "API access token for authentication" } ] }, "docs": "Returns detailed statistics for a specific application scope including connected clients, active streams, and resource consumption metrics." } ] } ], "bundled": true }