get https://{hostname}/config-media-live/v2/msl-origin/streams
Retrieves a list of all streams available to a user. Supports optional URL Parameters for pagination and sorting of the results.
Responses
Retrieves a list of all streams available to a user. Supports optional URL Parameters for pagination and sorting of the results.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config-media-live/v2/msl-origin/streams \
--header 'accept: application/json'
xxxxxxxxxx
66}
{
"totalSize": 5,
"page": 1,
"pageSize": 10,
"streams": [
{
"id": 123456,
"name": "DemoStream1",
"format": "HLS",
"cpcode": 234567,
"originHostName": "demo-host1.akamaiorigin.net",
"modifiedDate": "2017-05-25T07:38:18.003Z",
"dvrWindowInMin": -1,
"encoderZone": "EUROPE",
"backupStorageCpcode": null,
"primaryStorageCpcode": 514779,
"createdDate": "2017-11-14T07:06:25.794Z",
"createdBy": "abcd",
"modifiedBy": "def",
"streamAuth": true,
"provisionDetail": {
"status": "PROVISIONED",
"message": "Provisioned"
}
},