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.79.0
Added
Added the Object Storage Object ACL View (GET /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint returns an Object’s currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
Added the Object Storage Object ACL Update (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint update’s an Object’s currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
Added the Object Storage Bucket Access Update (PUT /object-storage/buckets/{clusterId}/{bucket}/access) endpoint. Use this endpoint to update a bucket’s basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
Added the Object Storage Transfer View (GET /object-storage/transfer) endpoint. This endpoint returns the amount of outbound data transfer used by your account’s Object Storage buckets. Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool. See the Object Storage Pricing guide for details on Object Storage transfer quotas.
Added the
objects
field to the following Object Storage endpoints:- Object Storage Buckets List (GET /object-storage/buckets)
- Object Storage Buckets in Cluster List (GET /object-storage/buckets/{clusterId})
- Object Storage Bucket View (GET /object-storage/buckets/{clusterId}/{bucket})
The
object
field returns the number of objects stored in a bucket.
Fixed
Error messages for Firewall endpoints have been improved. When applicable, they now return a Firewall Device’s
label
andid
.Fixed the Ticket Attachment Create (POST /support/tickets/{ticketId}/attachments) endpoint’s SHELL example with the correct way to attach a file when creating a support ticket.