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 Reference
/- Retrieves the server historical statictics
Retrieves the server monitoring configuration
Updates the server monitoring configuration
Retrieves the server hist...
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/v2/servers/{serverName}/monitoring
- Documentation Serverhttp://localhost:8087/v2/servers/{serverName}/monitoring
- curl
- Java
- Python
- JavaScript
curl -i -X GET \
-u <username>:<password> \
'http://localhost:8089/v2/servers/{serverName}/monitoring'Response
application/json
{ "debugEnable": true, "enable": true, "databaseDebugEnable": true, "serverName": "string", "saveFieldList": [ "string" ], "version": "string" }
- Wowza Streaming Engine Serverhttp://localhost:8089/v2/servers/{serverName}/monitoring
- Documentation Serverhttp://localhost:8087/v2/servers/{serverName}/monitoring
- curl
- Java
- Python
- JavaScript
curl -i -X PUT \
-u <username>:<password> \
'http://localhost:8089/v2/servers/{serverName}/monitoring' \
-H 'Content-Type: application/json' \
-d '{
"debugEnable": true,
"enable": true,
"databaseDebugEnable": true,
"serverName": "string",
"saveFieldList": [
"string"
],
"version": "string"
}'- Wowza Streaming Engine Serverhttp://localhost:8089/v2/servers/{serverName}/monitoring/historic
- Documentation Serverhttp://localhost:8087/v2/servers/{serverName}/monitoring/historic
- curl
- Java
- Python
- JavaScript
curl -i -X GET \
-u <username>:<password> \
'http://localhost:8089/v2/servers/{serverName}/monitoring/historic'Response
application/json
{ "serverName": "string", "saveFieldList": [ "string" ], "version": "string" }