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

It is not possible to make operations related to the routes with the API #75

Closed
Senyoret1 opened this issue Nov 23, 2019 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@Senyoret1
Copy link
Contributor

Describe the bug
The hypervisor API has various endpoints that allow to work with the routes, like GET /nodes/{pk}/routes/{rid}. The problem is that it is not possible to get the value that must be sent as the {rid} param, as the hypervisor API does not have an endpoint for getting the ID of the routes.

Calling the GET /nodes/{pk}/routes endpoint only returns a key property for each route, which worked before when sent as the {rid} param, but not anymore, as the API responds error: "invalid UUID length: 0".

Possible implementation
2 possible solutions are:

  • Add the ID to the GET /nodes/{pk}/routes endpoint.
  • Make the API endpoints related to the routes work if the key property returned by the GET /nodes/{pk}/routes endpoint is sent as the {rid} param.
@Senyoret1 Senyoret1 added the bug Something isn't working label Nov 23, 2019
@nkryuchkov nkryuchkov self-assigned this Jan 22, 2020
@jdknives
Copy link
Member

Fixed by #126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants