{ "opencollection": "1.0.0", "info": { "name": "Wowza Streaming Engine REST advanced_token_authentication Server Publishers API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Server Publishers", "type": "folder" }, "items": [ { "info": { "name": "Get publisher list", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/v2/servers/:serverName/publishers", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" } ] }, "docs": "Retrieves the list of server Publishers. This API is available in builds 15089 or later." }, { "info": { "name": "Update publisher list", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8087/v2/servers/:serverName/publishers", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new publisher to the list. This API is available in builds 15089 or later." }, { "info": { "name": "Get publisher config", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/v2/servers/:serverName/publishers/:publisher", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" } ] }, "docs": "Retrieves the specified publisher configuration. This API is available in builds 15089 or later." }, { "info": { "name": "Create publisher config", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8087/v2/servers/:serverName/publishers/:publisher", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds the specified publisher configuration. This API is available in builds 15089 or later." }, { "info": { "name": "Delete publisher config", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8087/v2/servers/:serverName/publishers/:publisher", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" } ] }, "docs": "Deletes the specified publisher configuration. This API is available in builds 15089 or later." } ] } ], "bundled": true }