/
Requesting Stream Broadcast Information
Use stream manager’s READ STREAM REST API to request for an origin server
The combination of scope name and stream name should be unique for each streaming event.
Request Format
http(s)://{host}:{port}/streammanager/api/<api-version>/event/{scopeName}/{streamName}?action=broadcast
Response Format
{
"name": "<stream-name>",
"scope": "<stream-scope>",
"serverAddress": "<origin-host-address>",
"region": "<region-code>"
}