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.74.0
Added
Added the Reset Linode Root Password (POST /linode/instances/{linodeId}/password) endpoint to the Linode Instances collection. Use this endpoint to reset the root password for a Linode.
Added the
bucket_access
field to the Create an Object Storage Key (POST /object-storage/keys) endpoint. This field defines an Object Storage key as a Limited Access Key. Limited Access Keys have access to only the bucket(s) that are specified along withread_write
orread_only
bucket-level permissions. Limited Access Keys can:list all buckets available on an Account, but cannot perform any actions on a bucket unless it has access to the bucket.
create new buckets, but does not have any access to the buckets it creates, unless explicitly given access to them.
NodeBalancers now support Proxy Protocol with the addition of the
proxy_protocol
field. Proxy Protocol sends TCP client connection information, like source and destination IP addresses and port numbers, to your NodeBalancer’s backend nodes. This new field is available in the following NodeBalancer endpoints:- List Configs (GET /nodebalancers/{nodeBalancerId}/configs)
- Create Config (POST /nodebalancers/{nodeBalancerId}/configs)
- View Config (GET /nodebalancers/{nodeBalancerId}/configs/{configId})
- Update Config (PUT /nodebalancers/{nodeBalancerId}/configs/{configId})
- Delete Config (DELETE /nodebalancers/{nodeBalancerId}/configs/{configId})
- Rebuild Config (POST /nodebalancers/{nodeBalancerId}/configs/{configId}/rebuild)
The APIv4 OpenAPI 3 reference now correctly documents the
prefix
androute_target
fields as part of the List IPv6 Ranges endpoint. Previously, these fields were mistakenly left out of the APIv4 OpenAPI 3 reference.