Skip to:
The live-info endpoint should be documented. More importantly the live-info for app fabric returns list of master services and the first element in the list is the master and the document should clearly highlight that.
PR https://github.com/caskdata/cdap/pull/8297
Example:
http://example.com/:10000/v3/system/services/appfabric/live-info {"containers":[{"type":"system_service","name":"appfabric","host":"host1.example.com"},{"type":"system_service","name":"appfabric","host":"host2.example.com"}]}
The live-info endpoint should be documented. More importantly the live-info for app fabric returns list of master services and the first element in the list is the master and the document should clearly highlight that.