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.2.2
Added
- Added NodeBalancer Node event actions to the List Events endpoint (GET /account/events) and View Event endpoint (GET /account/events/{eventId}).
- nodebalancer_node_create - This event will be issued when making requests to the POST /nodebalancers/{nodebBalancerId}/configs/{configId}/nodes endpoint.
- nodebalancer_node_delete - This event will be issued when making requests to the DELETE /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId} endpoint.
- nodebalancer_node_update - This event will be issued when making requests to the PUT /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId} endpoint.
- Added the IP address update event action to the List Events endpoint (GET /account/events) and View Event endpoint (GET /account/events/{eventId}).
- ipaddress_update - This event will be issued when making requests to the PUT /networking/ips/{address} and PUT /linode/instances/{linodeId}/ips/{address} endpoints.
Fixed
- Fixed an issue that caused backup windows to display improperly.