{ "opencollection": "1.0.0", "info": { "name": "Wowza Streaming Engine REST advanced_token_authentication Server Monitoring API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Server Monitoring", "type": "folder" }, "items": [ { "info": { "name": "Get monitoring config", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/v2/servers/:serverName/monitoring", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" } ] }, "docs": "Retrieves the server monitoring configuration. This API is available in builds 15089 or later." }, { "info": { "name": "Update monitoring config", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8087/v2/servers/:serverName/monitoring", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the server monitoring configuration. This API is available in builds 15089 or later." }, { "info": { "name": "Get historical stats", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/v2/servers/:serverName/monitoring/historic", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" } ] }, "docs": "Retrieves the server historical statistics. This API is available in builds 15089 or later." } ] } ], "bundled": true }