Feb 25, 2025 — Accounts, NodeBalancers, Object Storage updates
about 1 month ago by ssalomon@akamai.com
v4.197.0
Added
- Get Object Storage bucket access (GET /object-storage/buckets/{regionId}/{bucket}/access). This operation was introduced in a previous API release.
Changed
- NodeBalancers. Added read-only
type
andlke_cluster
fields to the responses for the listed API endpoints:- Create a NodeBalancer (POST /nodebalancers)
- List NodeBalancers (GET /nodebalancers)
- Get a NodeBalancer (GET /nodebalancers/{nodeBalancerId})
- Update a NodeBalancer (PUT /nodebalancers/{nodeBalancerId})
- Accounts. Updated endpoints to accommodate tax identification number requirements for countries that require them, as well as billing agreement acknowledgement for the same.
- Update your account (PUT /account)
- Get your account (PUT /account)
- Acknowledge agreements (POST /account/agreements).
- List agreements (GET /account/agreements)
Fixed
- Several Object Storage-related operations incorrectly called out "Access Control Level," when it should be "Access Control List," as used by Amazon S3 in their buckets.
- Various Object Storage-related operations link out to more robust Amazon S3 versions of the operation. Verified and corrected links to current resources.
- Several fixes to Object Storage-related operations' docs to ensure that the related CLI operations were properly covered.