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
API v4.9.0
Added
- Added convenience Linode Kubernetes Engine (LKE) Beta Endpoints for the private beta program.
Note: These endpoints are prepended with /v4beta instead of /v4.
List Kubernetes Clusters (GET /lke/clusters)
Create Kubernetes Cluster (POST /lke/clusters)
View Kubernetes Cluster (GET /lke/clusters/{clusterId})
Update Kubernetes Cluster (PUT /lke/clusters/{clusterId})
Delete Kubernetes Cluster (DELETE /lke/clusters/{clusterId})
List Node Pools (GET /lke/clusters/{clusterId}/pools)
Create Node Pool (POST /lke/clusters/{clusterId}/pools)
View Node Pool (GET /lke/clusters/{clusterId}/pools/{poolId})
Update Node Pool (PUT /lke/clusters/{clusterId}/pools/{poolId})
Delete Node Pool (DELETE /lke/clusters/{clusterId}/pools/{poolId})
View Kubernetes API Endpoint (GET /lke/clusters/{clusterId}/api-endpoint)
View Kubeconfig (GET /lke/clusters/{clusterId}/kubeconfig)
List Kubernetes Versions (GET /lke/versions)
View Kubernetes Version (GET /lke/versions/{version})
A
disk_imagize
Event action can now generate asecondary_entity
object. Thesecondary_entity
object related to this event will display information about the image.- Refer to the List Events (GET /account/events) and View Event (GET /account/events/{eventId}) endpoints to review your Events.
Added property
route_target
to List IPv6 Pools(GET /networking/ipv6/pools) endpoint.
Changed
- Improved error message for the Update IP Address RDNS (PUT /networking/ips/{address}) endpoint.
Fixed
Users will now receive a
200
response when using the Open Support Ticket (POST /support/tickets) endpoint even if the domain associated with it has the statushas_errors
.The List Notifications (GET /account/notifications) endpoint now returns the correct data for the
when
property for scheduled maintenance/migration notifications.Fixed an issue where users could not enable backups on newly resized Linodes.
- See the Enable Backups (POST /linode/instances/{linodeId}/backups/enable) endpoint to enable backups for your Linode.