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.11.0
Added
- The View Account (GET /account
) and the Update Account (PUT /account
) endpoints have been updated to include a new field
euuid
. This field is an external unique identifier for this customer. - The following endpoints have the new field
last_successful
added to thebackups
envelope within theLinode
object. This field is the date and time of the last successful backup if there was one. If there was no backup, ’null’ is shown.- List Linodes (GET /linode/instances )
- Create Linode (POST /linode/instances )
- View Linode (GET /linode/instances/{linodeId} )
- Update Linode (PUT /linode/instances/{linodeId} )
- Rebuild Linode (POST /linode/instances/{linodeId}/rebuild )
- Added end of life to image endpoints. This displays the image’s distribution’s planned end of life. This
eol
response parameter has been added to the following endpoints:- List Images (GET /images )
- Create Image (POST /images )
- View Image ((GET /images/{imageId}) )
- Update Image ((PUT /images/{imageId}) )