Wowza
Connector for the wowza API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api-sandbox.cloud.wowza.com/api/v1 - Auth:
header:wsc-access-key(pass your key via theapiKeyinput)
Operations
specs— GET /api/v1/specs — Fetch Swagger informationlistlivestreams— GET /live_streams — Fetch all live streamsshowlivestream— GET /live_streams/{id} — Fetch a live streamshowlivestreamstate— GET /live_streams/{id}/state — Fetch the state of a live streamshowlivestreamstats— GET /live_streams/{id}/stats — Fetch metrics for an active live streamshowlivestreamthumbnailurl— GET /live_streams/{id}/thumbnail_url — Fetch the thumbnail URL of a live stream
Inputs
apiKey— your wowza API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: specs
apiKey: <your key>