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

[BUG] - IPV6 info struct is different to the doc #304

Closed
jiekun opened this issue Apr 5, 2024 · 2 comments
Closed

[BUG] - IPV6 info struct is different to the doc #304

jiekun opened this issue Apr 5, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jiekun
Copy link

jiekun commented Apr 5, 2024

Describe the bug
As described in the API doc: https://www.vultr.com/api/#tag/instances/operation/list-instances , the data structure of IPV6 related fields is an array.
image

Currently, govultr using 3 flat fields:

V6Network string `json:"v6_network"`

@jiekun jiekun added the bug Something isn't working label Apr 5, 2024
@optik-aper optik-aper self-assigned this Apr 5, 2024
@optik-aper
Copy link
Member

It looks like the docs are old and incorrect based on what's coming out of the API:
image

@jiekun
Copy link
Author

jiekun commented Apr 6, 2024

Thank you for the confirmation.

@jiekun jiekun closed this as completed Apr 6, 2024
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

2 participants