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.59.2
Version Change Notes
The previous API release was assigned version number 4.14.1, while this release is tagged 4.59.2. This is an intentional change to align with internal version numbering. Subsequent releases will continue following the semantic versioning specification.
Added
- You can now create an Object Storage bucket (POST /object-storage/buckets
) in the Frankfurt, DE cluster region (
eu-central-1
).- To view all available Object Storage cluster regions, use the List Clusters (GET /object-storage/clusters ) endpoint.
- Added
updated
andcreated
read-only fields to Domain Record objects.- Use the Domain Records collection to review your Domain Record objects.
- Added the List Object Storage Buckets in Cluster (GET /object-storage/buckets/{clusterId}
) endpoint.
- This endpoint returns a list of buckets in a specific cluster that belong to the user’s Account.
- When cloning a Linode (POST /linode/instances/{linodeId}/clone ), any tags existing on the source Linode will be cloned to the target Linode.
Changed
- When a Linode goes into maintenance mode its
status
field will now displaystopped
.- To view a Linode’s status, use the View Linode (GET /linode/instances/{linodeId} ) endpoint.
- When creating (POST /linode/instances
) or updating (PUT /linode/instances
) a Linode, its
root_pass
field must now also meet a password strength score requirement that is calculated internally by the API. If the strength requirement is not met, you will receive aPassword does not meet strength requirement
error.
Fixed
- Previously, when creating a Linode (POST /linode/instances
) with a root password of 6 characters a `Password must be between 6 and 128 characters` error was returned. This bug has been fixed and the
root_pass
field will now accept a password of 6 characters. - A bug has been fixed that was causing some Linode disk clones to fail (POST /linode/instances/{linodeId}/disks/{diskId}/clone ).
- Previously, a bug allowed customers with an account balance of $0 to make a payment (POST /account/payments ) or stage a PayPal payment (POST /account/payments/paypal ) of less than $5 USD. This bug has been fixed. Now, a minimum payment of $5 USD is required for any account with a balance of $0 USD.