Requesting Stream Subscribe Information
Use stream manager’s READ STREAM REST API to request for an edge 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=subscribe
Response Format
{
"name": "<stream-name>",
"scope": "<stream-scope>",
"serverAddress": "<edge-host-address>",
"region": "<region-code>"
}