I am looking for an API that will provide all the service endpoints of the components that are installed using Ambari
The api should return something like this. ResourceManager Logs = http://hostname1:8088/ namenode = http://hostname:50070 oozie = http://hostname2:11000 It could be single API or multiple API call , anything is fine. Is there any API does exists ?
