Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rest api to get all registered services #28

Closed
dongshengz opened this issue Jun 29, 2016 · 3 comments
Closed

add rest api to get all registered services #28

dongshengz opened this issue Jun 29, 2016 · 3 comments

Comments

@dongshengz
Copy link

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

@kobolog
Copy link
Owner

kobolog commented Jun 29, 2016

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
Copy link
Author

yes. thanks!

@kobolog
Copy link
Owner

kobolog commented Jun 29, 2016

Welcome!

@kobolog kobolog closed this as completed Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants