Skip to main content

Get the Stream List

This request gets a list of streams/active re-streams from HMP.

Authorizations: System - VIEW

Requests

GET /apis/streams

Response

Success

{
"data": [
  {
  "address": "239.134.32.100",
  "port": 4900,
  "asset": "a907804b-d6d5-4328-9bd6-5aca9abbac8c",
  "username": "haiadmin",
  "id": "2ecc5663-06ee-44be-863a-2b32ef401c4d",
  "destinations": [{
    "trackId": 3,
    "address": "239.134.32.100",
    "port": 4900
  }]
  }
]
}

Error

Code

Payload

 Description

404
{"code":"040012", "name":"NoResults",
"message":"No results", "httpStatusCode":404}

No results returned from the server.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.