{ "opencollection": "1.0.0", "info": { "name": "Wowza Streaming Engine REST advanced_token_authentication vod_streams API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "vod_streams", "type": "folder" }, "items": [ { "info": { "name": "Fetch all VOD streams", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/vod_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": "
The VOD streams operations are deprecated in 2.0. Use the /videos endpoints instead.\n\n(Available from version 1.5) This operation shows limited details for VOD streams. For detailed information, fetch a single VOD stream." }, { "info": { "name": "Fetch a VOD stream", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/vod_streams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the VOD stream." } ] }, "docs": "
The VOD stream operations are deprecated in 2.0. Use the /videos endpoints instead.\n(Available from version 1.5) This operation shows the details of a specific VOD stream." }, { "info": { "name": "Update a VOD stream", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8087/vod_streams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the VOD stream." } ], "body": { "type": "json", "data": "{}" } }, "docs": "
The VOD stream operations are deprecated in 2.0. Use the /videos endpoints instead.\n\n(Available from version 1.5) This operation updates a VOD stream." }, { "info": { "name": "Delete a VOD stream", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8087/vod_streams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the VOD stream." } ] }, "docs": "
The VOD stream operations are deprecated in 2.0. Use the /videos endpoints instead.\n\n(Available from version 1.5) This operation deletes a VOD stream.