{ "opencollection": "1.0.0", "info": { "name": "Wowza Streaming Engine REST advanced_token_authentication live_streams API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "live_streams", "type": "folder" }, "items": [ { "info": { "name": "Fetch all live streams", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/live_streams", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Restricts the data that gets returned by filtering on one or more values associated with a field. Construct a filter using a two-part expression that specifies the field on which to filter and the logic to use to filter. Filters use a zero-based index.\n\nFor valid filter operators and filter fields, see [How to get filtered query results with the Wowza Video REST API](https://www.wowza.com/docs/how-to-get-filtered-query-results-with-the-wowza-video-rest-api).\n\nExample:\n**filter[0][field]=state&filter[0][eq]=stopped**" }, { "name": "page", "value": "", "type": "query", "description": "Returns a paginated view of results from the HTTP request. Specify a positive integer to indicate which page of the results should be displayed. The default is **1**. \n\n For more information and examples, see [Get paginated query results with the Wowza Video REST API](https://www.wowza.com/docs/how-to-get-paginated-query-results-with-the-wowza-video-rest-api)." }, { "name": "per_page", "value": "", "type": "query", "description": "For use with the *page* parameter. Indicates how many records should be included in a page of results. A valid value is any positive integer. The default and maximum value is **1000**." } ] }, "docs": "This operation shows limited details for all of your live streams. For detailed information, fetch a single live stream." }, { "info": { "name": "Create a live stream", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8087/live_streams", "body": { "type": "json", "data": "{}" } }, "docs": "This operation creates a live stream." }, { "info": { "name": "Fetch a live stream", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/live_streams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the live stream." } ] }, "docs": "This operation shows the details of a specific live stream." }, { "info": { "name": "Update a live stream", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8087/live_streams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the live stream." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation updates a live stream." }, { "info": { "name": "Delete a live stream", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8087/live_streams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the live stream." } ] }, "docs": "This operation deletes a live stream, including all assigned outputs and targets.

Note: You can't remove live streams that have an asset_id. Assets must be removed by sending a DEL request to the /assets endpoint. " }, { "info": { "name": "Start a live stream", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8087/live_streams/:id/start", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the live stream." } ] }, "docs": "This operation starts a live stream." }, { "info": { "name": "Stop a live stream", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8087/live_streams/:id/stop", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the live stream." } ] }, "docs": "This operation stops a live stream." }, { "info": { "name": "Reset a live stream", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8087/live_streams/:id/reset", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the live stream." } ] }, "docs": "This operation resets a live stream." }, { "info": { "name": "Regenerate the connection code for a live stream", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8087/live_streams/:id/regenerate_connection_code", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the live stream." } ] }, "docs": "This operation regenerates the connection code of a live stream." }, { "info": { "name": "Fetch the thumbnail URL of a live stream", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/live_streams/:id/thumbnail_url", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the live stream." } ] }, "docs": "This operation shows the thumbnail URL of a started live stream." }, { "info": { "name": "Fetch the state of a live stream", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/live_streams/:id/state", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the live stream." } ] }, "docs": "This operation shows the current state of a live stream." } ] } ], "bundled": true }