{ "opencollection": "1.0.0", "info": { "name": "Wowza Streaming Engine REST advanced_token_authentication Server Publishers Version 3 API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Server Publishers Version 3", "type": "folder" }, "items": [ { "info": { "name": "Get publisher list V3", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/v3/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 V3", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8087/v3/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 V3", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/v3/servers/:serverName/publishers/:publisher", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" }, { "name": "publisher", "value": "", "type": "path" } ] }, "docs": "Retrieves the specified publisher configuration. This API is available in builds 20064 or later." }, { "info": { "name": "Create publisher config V3", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8087/v3/servers/:serverName/publishers/:publisher", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" }, { "name": "publisher", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds the specified publisher configuration. This API is available in builds 20064 or later." }, { "info": { "name": "Update publisher config V3", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8087/v3/servers/:serverName/publishers/:publisher", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" }, { "name": "publisher", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Publisher config v3. This API is available in builds 20064 or later." }, { "info": { "name": "Delete publisher config V3", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8087/v3/servers/:serverName/publishers/:publisher", "params": [ { "name": "serverName", "value": "", "type": "path", "description": "Reserved for future use" }, { "name": "publisher", "value": "", "type": "path" } ] }, "docs": "Deletes the specified publisher configuration. This API is available in builds 20064 or later." } ] } ], "bundled": true }