Complete REST API for Wowza Streaming Engine. Auto-converted from Swagger 1.2 (http://localhost:8089/swagger.json) to OpenAPI 3.0.3 for public documentation.
Wowza Streaming Engine REST API (2.0.0)
Download OpenAPI description
Overview
Languages
Servers
Wowza Streaming Engine Server
http://localhost:8089
Documentation Server
http://localhost:8087
- Wowza Streaming Engine Serverhttp://localhost:8089/restinfo
- Documentation Serverhttp://localhost:8087/restinfo
- curl
- Java
- Python
- JavaScript
curl -i -X GET \
-u <username>:<password> \
http://localhost:8089/restinfoResponse
application/json
{ "apiVersion": 0, "serverName": "string", "centralConfig": true, "saveFieldList": [ "string" ], "version": "string", "restBuild": "string", "licenseValid": true }