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 Server Publishers Version 3 API

The Server Publishers Version 3 API from Wowza — 2 operation(s) for server publishers version 3.

Wowza Server Publishers Version 3 API is one of 48 APIs that Wowza publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Server Publishers Version 3. 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 6 operations across 2 paths, and defines 3 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.

6 operations 2 paths 3 schemas 1 DELETE2 GET2 POST1 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 Server Publishers Version 3 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 6

Across 2 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Server Publishers Version 3 6
GET
/v3/servers/{serverName}/publishers
Get publisher list V3
getPublishersConfig3 1 param → 200400401404500
POST
/v3/servers/{serverName}/publishers
Update publisher list V3
postPublishersConfig3 1 param body → 200400401404500
PUT
/v3/servers/{serverName}/publishers/{publisher}
Update publisher config V3
putPublisherConfig3 2 params body → 200400401404500
GET
/v3/servers/{serverName}/publishers/{publisher}
Get publisher config V3
getPublisherConfig3 2 params → 200400401404500
POST
/v3/servers/{serverName}/publishers/{publisher}
Create publisher config V3
postPublisherConfig3 2 params body → 200400401404500
DELETE
/v3/servers/{serverName}/publishers/{publisher}
Delete publisher config V3
deletePublisherConfig3 2 params → 200400401404500

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are PublisherConfig (6 properties), PublisherConfig3 (6 properties), PublishersConfig3 (4 properties). Each schema is shown below with its type and property counts.

PublishersConfig3
object
4 properties 3 required
PublisherConfig3
object
6 properties 5 required
PublisherConfig
object
6 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wowza-server-publishers-version-3-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