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.60.0
Added
The field
authentication_type
has been added to View Profile (GET /profile) and Update Profile (PUT /profile).authentication_type
returns your account’s Cloud Manager authentication type. Currently, a user’s password (in conjunction with their username) is the only available authentication type.The
name
field for Create Domain Record (POST /domains/{domainId}/records) and Update Domain Record (PUT /domains/{domainId}/records/{recordId}) now accepts wildcards for Domain Records of typeTXT
.Logic was added to the Account collection to generate an Account Notification (GET /account/notifications) when your account’s associated email address bounces (GET /v4/account ) and when an account user’s email address bounces (GET /account/users/{username}).
The View Volume (GET /volumes/{volumeId}) and List Volumes (GET /volumes) endpoints now have a
linode_label
field. If a Volume is attached to a specific Linode, the label of that Linode will be returned by thelinode_label
field.
Fixed
Corrected the field for unit price in the List Invoice Items (GET /account/invoices/{invoiceId}/items) endpoint. Previously, this field was listed as
unitprice
with typenumber
. It is now correctly listed asunit_price
with typestring
.When a Linode that was deployed from a StackScript is deleted, that StackScript’s
deployments_active
value should decrease. This property’s value was incorrectly reporting the number of active deployments for a StackScript. While this bug was addressed in a previous API release, additional work was completed to improve the previous fix.Changes were made to improve the performance of the List Networking Information (GET /linode/instances/{linodeId}/ips) endpoint.