{ "opencollection": "1.0.0", "info": { "name": "Red5 Pro Brew Mixer Admin API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "accessToken", "value": "{{accessToken}}", "placement": "query" } }, "items": [ { "info": { "name": "Admin", "type": "folder" }, "items": [ { "info": { "name": "List Node Groups", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:5080/admin/nodegroups" }, "docs": "Returns all configured node groups in the Stream Manager cluster, including their scaling configuration, cloud provider settings, and current node counts." }, { "info": { "name": "List Nodes in a Node Group", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:5080/admin/nodegroups/:nodeGroupName/nodes", "params": [ { "name": "nodeGroupName", "value": "", "type": "path", "description": "Name of the node group (cluster) to target" } ] }, "docs": "Returns all streaming nodes currently active in the specified node group, including their IP addresses, current load metrics, and operational status." }, { "info": { "name": "Get System Information", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:5080/admin/system" }, "docs": "Returns system-level information about the Stream Manager instance including version, Java runtime details, memory usage, and overall cluster health." } ] } ], "bundled": true }