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/v2/servers/{serverName}/status
- Documentation Serverhttp://localhost:8087/v2/servers/{serverName}/status
- curl
- Java
- Python
- JavaScript
curl -i -X GET \
-u <username>:<password> \
'http://localhost:8089/v2/servers/{serverName}/status'Response
application/json
{ "transcoderWatermark": true, "serverVersion": "string", "gpuAcceleration": "string", "wseName": "string", "transcoderLicensed": true, "javaMaxHeapSize": "string", "transcoderLicensesInUse": 0, "javaVersion": "string", "httpOriginAvailable": true, "serverName": "string", "osArchitecture": "string", "drmApplications": [ "string" ], "javaVMVersion": "string", "transcoderLicenses": 0, "timeRunning": 0.1, "licenseType": "string", "osBitness": "string", "dvrApplications": [ "string" ], "osVersion": "string", "serverBuild": "string", "saveFieldList": [ "string" ], "javaName": "string", "maxConnections": 0, "dvrLicensed": true, "serverMode": "string", "javaBitness": "string", "currentConnections": 0, "drmLicensed": true, "javaVendor": "string", "osName": "string", "version": "string", "transcoderApplications": [ "string" ], "transcoderAvailable": true, "javaHome": "string", "maxIncommingStreams": 0, "totalMemory": 0, "availableMemory": 0, "nativeBase": "string", "dvrInUse": true, "drmInUse": true, "licenseExpireDate": "string", "processorCores": 0, "restAPIAvailable": true }