{ "opencollection": "1.0.0", "info": { "name": "Wowza Streaming Engine REST advanced_token_authentication schedules API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "schedules", "type": "folder" }, "items": [ { "info": { "name": "Fetch all schedules", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/schedules", "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 the details of all of your schedules." }, { "info": { "name": "Create a schedule", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8087/schedules", "body": { "type": "json", "data": "{}" } }, "docs": "This operation creates a schedule." }, { "info": { "name": "Fetch a schedule", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/schedules/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the schedule." } ] }, "docs": "This operation shows the details of a specific schedule." }, { "info": { "name": "Update a schedule", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8087/schedules/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the schedule." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation updates a schedule." }, { "info": { "name": "Delete a schedule", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8087/schedules/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the schedule." } ] }, "docs": "This operation deletes a schedule." }, { "info": { "name": "Enable a schedule", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8087/schedules/:id/enable", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the schedule." } ] }, "docs": "This operation enables a schedule." }, { "info": { "name": "Disable a schedule", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8087/schedules/:id/disable", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the schedule." } ] }, "docs": "This operation disables a schedule." }, { "info": { "name": "Fetch the state of a schedule", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8087/schedules/:id/state", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique alphanumeric string that identifies the schedule." } ] }, "docs": "This operation shows the current state of a schedule." } ] } ], "bundled": true }