Fetch all properties of a stream target

GET {{baseUrl}}/stream_targets/:stream_target_id/properties

This operation shows the details of all of the properties assigned to a specific stream target. The properties returned will depend on the provider you are using and are noted in the key descriptions below.

For a comprehensive resource describing the use of advanced properties, see Set advanced properties with the Wowza Video REST API.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"properties":[{"key":"acao","section":"hls","value":"http://www.example.com"},{"key":"chunkSize","section":"hls","value":6},{"key":"relativePlaylists","section":"playlist","value":true}]}