kobolog / gorb

IPVS on steroids – REST API, heartbeats, service discovery and more
GNU Lesser General Public License v3.0
809 stars 83 forks source link

add rest api to get all registered services #28

Closed dongshengz closed 8 years ago

dongshengz commented 8 years ago

is there a quick and dirty way to the do this?

kobolog commented 8 years ago

I've added a simple ListServices() method exposed on GET /service endpoint – it simply returns a list of all virtual service IDs. You can use these IDs to query for service details via GET /service/{ID}. Is this what you want?

dongshengz commented 8 years ago

yes. thanks!

kobolog commented 8 years ago

Welcome!