Fetch all VOD streams for a Fastly stream target
GET {{baseUrl}}/stream_targets/fastly/:id/vod_streams
(Available from version 1.5) This operation shows the details of all VOD streams associated to a specific Fastly stream target.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"vod_streams":[{"id":"wdjfqvsv","name":"My VOD Stream 1","state":"failed","playback_enabled":false,"created_at":"2020-02-25T17:16:25.849Z","updated_at":"2020-01-28T16:06:47.849Z"},{"id":"XyxZKqHO","name":"My VOD Stream 2","state":"completed","playback_enabled":true,"created_at":"2020-01-29T17:16:21.849Z","updated_at":"2020-01-31T02:26:05.849Z"},{"id":"Pz21DRSt","name":"My VOD Stream 3","state":"completed","playback_enabled":true,"created_at":"2020-01-29T17:16:21.849Z","updated_at":"2020-01-30T18:13:18.849Z"}]}