/
Stream Manager API
A new API has been added to the Stream Manager to allow the Node Checker, or a user, to report an Edge server that is not propery working. When the Edge is reported, the Stream Manager will stop forwarding new subscribers to it and it will create a new Edge to compensate for the capacity loss. At the same time, the Stream Manager will monitor the existing clients of a reported Edge and once all of them disconect, it will remove the Edge.
METHOD: POST
https://<Stream-Manager-Hostname>/streammanager/api/4.0/admin/node/sunset?accessToken=<Stream-Manager-Token>
BODY (json):
[
<Unresponsive-Edge-IP-1>,
<Unresponsive-Edge-IP-2>,
...
<Unresponsive-Edge-IP-n>
]