stream_targets
Fetch a Wowza CDN stream target
(Available from version 1.4) This operation shows the details of a specific Wowza CDN stream target.
get/stream_targets/wowza_cdn/{id}
Path parameters
idstring required
The unique alphanumeric string that identifies the stream target.
Response
Success
Example response
{
"stream_target_wowza_cdn": {
"id": "abc45lfyz",
"name": "My Wowza CDN Stream Target",
"state": "activated",
"stream_name": "9a00105a",
"delivery_protocols": [
"hls"
],
"playback_urls": {
"hls": [
{
"name": "default",
"url": "https://wowzasubdomain.wowza.com/1/TWhoL3BiZnJXMFhmNzZVN3JrZDAwUT09/ZmYxSXRrTERrUlk9/hls/live/playlist.m3u8"
}
]
},
"token_auth_enabled": false,
"token_auth_playlist_only": false,
"geoblock_enabled": true,
"geoblock_by_location": "allow",
"geoblock_country_codes": "DE, US",
"geoblock_ip_override": "deny",
"geoblock_ip_addresses": "77.12.34.567, 78.23.45.678",
"referer_enabled": true,
"referer_allow_empty": false,
"referer_policy": "allow",
"referer_domains": "example.com, example2.com",
"force_ssl_playback": false,
"created_at": "2020-01-28T17:16:22.086Z",
"updated_at": "2020-01-30T15:33:43.086Z"
}
}