How to make an admin HTTP API call for a specific vhost ?
Hello,
I've read the documentation for the Admin API and although the 'vhost=vhost.com' parameter works fine for methods such as restartVHost, stopVHost, etc, I can't use this parameter with other methods such as getLiveStreams. Querying fmsadmin using the vhost URL and admin user credentials works, but I can't find a way to query the same info using the server hostname. e.g.
This works:
http://vhost.com:1111/admin/getLiveStreams?auser=admin&apswd=pass
This does not:
http://serverhostname.com:1111/admin/getLiveStreams?auser=admin&apswd=pass&vhost=vhost.com
Tried other possibilities as well..
Unfortunately we can not query fmsadmin using the vhost url, so how can we retrieve this info using the server hostname and the admin user/pass? Shouldn't this be possible?
