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
/Machine Stats
Wowza Streaming Engine REST API
Applications
Server Licenses
Server Listeners
Server log4j system
Server MediaCache
Server MediaCache Version 3
Server MediaCasters
Server Monitoring
Server Publishers
Server Publishers Version 3
REST information
Servers Configuration
Server Status
Server Transcoder
Server Tuning
Server Users
Virtual Hosts
Webhooks
Wowza Streaming Engine REST API (2.0.0)
Download OpenAPI description
Overview
Languages
Servers
Wowza Streaming Engine Server
http://localhost:8087
- Wowza Streaming Engine Serverhttp://localhost:8087/v2/machine/monitoring/current
- curl
- Java
- Python
- JavaScript
curl -i -X GET \
-u <username>:<password> \
http://localhost:8087/v2/machine/monitoring/currentResponse
application/json
{ "heapUsed": {}, "cpuSystem": {}, "connectionCount": {}, "memoryFree": {}, "cpuIdle": {}, "serverName": "string", "memoryUsed": {}, "version": "string", "diskFree": {}, "cpuUser": {}, "diskUsed": {}, "heapFree": {}, "serverUptime": 0, "saveFieldList": [ "string" ] }
- Wowza Streaming Engine Serverhttp://localhost:8087/v2/machine/monitoring/historic
- curl
- Java
- Python
- JavaScript
curl -i -X GET \
-u <username>:<password> \
http://localhost:8087/v2/machine/monitoring/historicResponse
application/json
{ "serverName": "string", "saveFieldList": [ "string" ], "version": "string" }