stream_targets
Fetch all properties of a stream target
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.
get/stream_targets/{stream_target_id}/properties
Path parameters
stream_target_idstring required
The unique alphanumeric string that identifies the stream target.
Response
Success
Example response
{
"properties": [
{
"key": "acao",
"section": "hls",
"value": "http://www.example.com"
},
{
"key": "chunkSize",
"section": "hls",
"value": 6
},
{
"key": "relativePlaylists",
"section": "playlist",
"value": true
}
]
}