Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wowza Servers Configuration API

The Servers Configuration API from Wowza — 12 operation(s) for servers configuration.

Wowza Servers Configuration API is one of 48 APIs that Wowza publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Servers Configuration. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, a getting-started guide, and a changelog.

This API exposes 15 operations across 12 paths, and defines 15 schemas. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against a single base URL, http://localhost:8087.

15 operations 12 paths 15 schemas 1 DELETE10 GET4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Base URL
https://api.video.wowza.com/api/v2.0
Authentication
HTTP Basic, HTTP Digest
Resource Areas
1

Authentication & Security 2

Wowza Servers Configuration API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). It uses HTTP digest authentication (digestAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic Authentication using Wowza Streaming Engine admin credentials
  • digestAuth — HTTP Digest Authentication

Paths & Operations 15

Across 12 paths, the API surfaces 15 operations — 1 DELETE, 10 GET, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Servers Configuration 15
GET
/v2/servers
Get server list
getServersConfig → 200400401404500
GET
/v2/servers/{serverName}
Get server config
getServerConfig 1 param → 200400401404500
PUT
/v2/servers/{serverName}
Update server config
putServerConfig 1 param body → 200400401404500
PUT
/v2/servers/{serverName}/actions/{action}
Server actions
putServerAction 3 params → 200400401404500
GET
/v2/servers/{serverName}/adv
Get server config (adv)
getServerConfigAdv 1 param → 200400401404500
PUT
/v2/servers/{serverName}/adv
Update server config (adv)
putServerConfigAdv 1 param body → 200400401404500
GET
/v2/servers/{serverName}/logfiles
Get log files
getServerLogFilesConfig 2 params → 200400401404500
GET
/v2/servers/{serverName}/logfiles/{logName}
Get log file
getServerLogFileConfig 9 params → 200400401404500
GET
/v2/servers/{serverName}/logfiles/{logName}/download
Get zipped log file
getServerLogFileDownloadConfig 2 params → 200400401404500
GET
/v2/servers/{serverName}/logs
Get log file types
getServerLogTypesConfig 1 param → 200400401404500
GET
/v2/servers/{serverName}/logs/{logType}
Get logs by type
getServerLogsConfig 11 params → 200400401404500
GET
/v2/servers/{serverName}/sourcecontrol/drivernames
Get source control driver list
getSourceDriverNamesList 1 param → 200400401404500
GET
/v2/servers/{serverName}/vhostlisteners
Get vhost listener list
getVHostListenersConfig 1 param → 200400401404500
PUT
/v2/servers/{serverName}/vhostlisteners
Update vhost listener list
putVHostListenersConfig 1 param body → 200400401404500
DELETE
/v2/servers/{serverName}/vhostlisteners/{baseclass}
Delete vhost listener by base class
deleteVHostListenerConfig 2 params → 200400401404500

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are ServerLogsConfig (18 properties), ServerConfig (18 properties), ServerLogFileConfig (18 properties), AdvancedSetting (10 properties). Each schema is shown below with its type and property counts.

SourceDriverNamesList
object
4 properties 3 required
ServerLogFilesConfig
object
4 properties 3 required
ServerListenersConfig
object
4 properties 3 required
ServerLogsConfig
object
18 properties 17 required
ServerLogFileConfig
object
18 properties 17 required
ServerConfig
object
18 properties 17 required
ServerLogShortObject
object
4 properties 4 required
VHostListenerConfig
object
5 properties 4 required
ServerListenerConfig
object
5 properties 4 required
VHostListenersConfig
object
4 properties 3 required
ServerConfigAdv
object
5 properties 4 required
ServersConfig
object
4 properties 3 required
AdvancedSetting
object
10 properties 10 required
ServerLogFileDownloadConfig
object
3 properties 2 required
ServerLogTypesConfig
object
4 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wowza-servers-configuration-api-openapi.yml Raw ↑

Other APIs Wowza publishes across the network.

Wowza Streaming Engine Java API
Wowza Flowplayer
Wowza GoCoder SDK
Wowza Real-Time Streaming SDK
Wowza advanced_token_authentication API
Wowza analytics_engagement API
Wowza analytics_ingest API
Wowza analytics_popularity API
Wowza analytics_viewers API
Wowza Applications API
Wowza assets API
Wowza categories API