stream_targets
Fetch all Wowza CDN stream targets
(Available from version 1.4) This operation lists limited details for all of your Wowza CDN stream targets. For detailed information, fetch a single target.
get/stream_targets/wowza_cdn
Query parameters
pageinteger
Returns a paginated view of results from the HTTP request. Specify a positive integer to indicate which page of the results should be displayed. The default is 1.
For more information and examples, see Get paginated query results with the Wowza Video REST API.
per_pageinteger
For use with the page parameter. Indicates how many records should be included in a page of results. A valid value is any positive integer. The default and maximum value is 1000.
Response
Success
Example response
{
"stream_targets_fastly": [
{
"created_at": "2020-01-28T17:16:22.010Z",
"id": "abc45lfyz",
"name": "My Wowza CDN Stream Target",
"updated_at": "2020-01-31T12:37:22.010Z"
},
{
"created_at": "2020-01-28T17:16:22.010Z",
"id": "rdm45lxyz",
"name": "My Second Wowza CDN Stream Target",
"updated_at": "2020-01-31T14:17:28.010Z"
}
]
}