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.14.0
Added
- Added LKE node event
lke_node_create
to Event action list. See action information in the Event endpoints:List Events
(GET /account/events)View Event
(GET /account/events/{eventId})
Changed
- Updated the LKE Node Pool nodes array to return status information containing the node
id
,instance_id
for the Linode if there is one, and nodestatus
. See the LKE Node Pool endpoints: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})
Fixed
- Previously,
View Network Utilization
(GET /account/transfer/) did not include Object Storage outgoing network transfer in its network utilization for the current month. If you have the Linode Object Storage service enabled on your account,View Network Utilization
will now include Object Storage’s outgoing network transfer in its total returned amount. - When a Linode that was deployed from a StackScript is deleted, that StackScript’s
deployments_active
value should decrease. This property’s value was incorrectly reporting the number of active deployments for a StackScript. This has been corrected. - Previously, after booting a Linode into rescue mode (POST /linode/instances/{linodeId}/rescue), when attempting to reboot your Linode (POST /linode/instances/{linodeId}/reboot), you would receive an error message,
No bootable config found
. This bug has been fixed and the Linode will reboot into the latest configuration profile that isn’t a rescue mode configuration profile. - Restoring a Linode (POST /linode/instances/{linodeId}/backups/{backupId}/restore) from a backup that was still in its post-processing phase returned the error message “backup is not valid”. The error message has been updated to be more descriptive. Now, when you attempt to restore a Linode from a backup that is still post processing, the returned error message is “Backup is currently post-processing”.
- Iterated on a bug fix with migrations, clones, and host information. If the migration is a disk or a clone, the
from_host
is the disk. Users can see migration job information in the Event endpoints:List Events
(GET /account/events)View Event
(GET /account/events/{eventId})
- Fixed the url in the
Close Support Ticket
(POST /support/tickets/{ticketId}/close) endpoint’s Request Sample shell curl example.