linode / linode-api-docs

Source for the Linode API v4 Docs
https://www.linode.com/docs/api/
Apache License 2.0
23 stars 65 forks source link

VPC IP address GET updates #923

Closed Vernholio closed 4 months ago

Vernholio commented 6 months ago

With this update:

Vernholio commented 5 months ago

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 (/networking/vpcs/ips/{address}). I realized that this isn't the case. We've included a derivation of the new endpoint, /networking/vpcs/ips. You can add the id value in the path to target a specific VPC interface to view its specific IP addresses (/networking/vpcs/{id}/ips). I updated this with commit 43c5702.