Apr 17, 2024 — Linode API
8 months ago by cverner@akamai.com
v4.174.0
Added
Included new endpoints for VPC-related IP addresses:
- VPC IP Addresses List (GET /vpc/ips)
- VPC IP Addresses View (GET /vpc/{id}/ips)
Updated
- Networking Information List (GET /linode/instances/{linodeId}/ips). Added the
vpc
array that includes all VPC IP addresses for a specified Linode. - Updated operations that allow you to set a time to live (TTL). Values of 30 and 120 seconds are supported.
Fixed
- Removed message for IPv6 beta support with VPC’s when creating a Linode. (IPv6 is not supported.)
- Update a disk (PUT /linode/instances/{linodeId}/disks/{diskId}). Only a disk’s label can be updated with this operation.
- Replaced references of
none
tonull
for private images, to address the Linode API’s multi-language support.