{ "opencollection": "1.0.0", "info": { "name": "Wowza Streaming Engine REST advanced_token_authentication real_time API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "real_time", "type": "folder" }, "items": [ { "info": { "name": "Fetch all real-time streams", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/real_time", "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 real-time streams. For detailed information, fetch a single real-time stream." }, { "info": { "name": "Create a real-time stream", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8087/real_time", "body": { "type": "json", "data": "{}" } }, "docs": "This operation creates a real-time stream." }, { "info": { "name": "Fetch a real-time stream", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/real_time/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the real-time stream." } ] }, "docs": "This operation shows the details of a specific real-time stream." }, { "info": { "name": "Update a real-time stream", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8087/real_time/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the real-time stream." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation updates a real-time stream." }, { "info": { "name": "Delete a real-time stream", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8087/real_time/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the real-time stream." } ] }, "docs": "This operation deletes a real-time stream." }, { "info": { "name": "Fetch the state of a real-time stream", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/real_time/:id/state", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the real-time stream." } ] }, "docs": "This operation shows the current state of a real-time stream." }, { "info": { "name": "Stop a real-time stream", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8087/real_time/:id/stop", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the real-time stream." } ] }, "docs": "This operation stops a real-time stream." } ] } ], "bundled": true }