-
Notifications
You must be signed in to change notification settings - Fork 68
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
VPC IP address GET updates #923
VPC IP address GET updates #923
Conversation
Originally, I thought an endpoint had been added that mimics the IP Address View operation, and you could target a VPC based on a specific IP address ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice! (Pre-approving as there was just the single small issue).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
subnet_id
seems to be missing?
With this update:
/vpcs/ips
(VPC IP Addresses List). Returns a list of all VPC IP addresses on the account./vpcs/:id/ips
(IP Address View for a specific VPC). Returns all IP addresses for a specific VPC (:id
)./linode/instances/{linodeId}/ips
(Networking Information List) endpoint. Includes all VPC IP addresses for a specified Linode.nat_1_1
member within theipv4
object when creating a new Linode.