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.61.0
Added
You can now add tags when creating an LKE cluster (POST /lke/clusters ). While the
tags
property existed before, the implementation logic has now been added to support adding tags to an LKE cluster.A
tags
property was added to the Update Kubernetes Cluster (PUT /lke/clusters/{clusterId} ) endpoint. You can now update or remove existing tags on your LKE clusters. Thetags
property accepts an array of tags to be applied to your LKE cluster for organizational purposes.The Images collection now contains the
updated
property. This property returns the date that the current Image was last updated.
Changed
- The StackScript collection’s
deployments_total
property is now filterable. See Filtering and Sorting to learn how to search API v4 collections.
Fixed
- Validation has been included to prevent users from adding a credit card expiration year greater than 25 years from the current year. A user will now receive an
Expiry too far in the future
error message when this occurs. This bug fix affects the POST /account/credit-cardexpiry_year
property.