Product docs and API reference are now on Akamai TechDocs.
Search product docs.
Search for “” in product docs.
Search API reference.
Search for “” in API reference.
Search Results
 results matching 
 results
No Results
Filters
Add tags
Add authors
API 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.)
- Disk Update (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 APIv4’s multi-language support.