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.70.0
Added
- Added the
Recycle Node Pool
(POST /lke/clusters/{clusterId}/pools/{poolId}/recycle) endpoint. This new endpoint allows you to recycle the Node Pool of your specified Kubernetes Cluster byclusterId
andpoolId
.
Changed
Password validation is now solely reliant upon complexity (strength) score and no longer requires a set number of characters in special classes. Relevant endpoints:
Create Linode
(POST /linode/instances)Rebuild Linode
(POST /linode/instances/{linodeId}/rebuild)Create Managed Credential
(POST /managed/credentials)Update Managed Credential Username and Password
(POST /managed/credentials/{credentialId}/update)Create Disk
(POST /linode/instances/{linodeId}/disks)Reset Disk Root Password
(POST /linode/instances/{linodeId}/disks/{diskId}/password)
Updated the description for the
Update Node Pool
(PUT /lke/clusters/{clusterId}/pools/{poolId}) endpoint. Now the description more accurately explains that nodes are created or deleted to match the updated count and that any local storage on deleted Linodes (such ashostPath
andemptyDir
volumes, or “local” PersistentVolumes) will be erased.
Fixed
Fixed a bug with domain validation where some multi-level domains were being flagged as invalid.
Fixed a bug in CNAME record validation. It now checks all incoming CNAME records against all existing records (CNAME and otherwise) in this domain to make sure there are no conflicts. Relevant endpoints:
Create Domain Record
(POST /domains/{domainId}/records)Update Domain Record
(PUT /domains/{domainId}/records/{recordId})
Updated the OAuth Workflow section to include
grant_type
as a required parameter when using a refresh token.Switched the order of the name for the
Initiate Pending Host Migration/DC Migration
endpoint toInitiate DC Migration/Pending Host Migration
to clear up any confusion about which part the wordPending
applies. Pending refers only to the host migration and not to the data center migration. The POST /linode/instances/{linodeId}/migrate endpoint itself remains unchanged.