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

Include more info in the API endpoint for getting the visor list #646

Closed
Senyoret1 opened this issue Dec 18, 2020 · 1 comment
Closed

Include more info in the API endpoint for getting the visor list #646

Senyoret1 opened this issue Dec 18, 2020 · 1 comment
Assignees

Comments

@Senyoret1
Copy link
Contributor

Currently, for populating the visor list, the Skywire manager has make the following API calls:

  • GET api/visors: for getting the list.
  • GET api/dmsg: for knowing the dmsg server to which each visor is connected.
  • GET api/visors/{pk}/health (one call for each visor): for knowing if the visor has a problem with a service.
  • GET api/about: for knowing which visor is working as hypervisor.

It would be better if all data could be obtained just by one API call, because having to make several calls make the UI much slower. This could work like the GET api/visors/{pk}/summary API endpoint.

Note: this is not prioritary.

@jdknives
Copy link
Member

Fixed by #666

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

3 participants