Oct 28, 2022 — Linode API
about 2 years ago by cverner@akamai.com
v4.139.0
Added
- Linode Compute Instances now include the read-only
host_uuid
property. This UUID identifies the host machine of a compute instance, enabling potential failure point identification for applications running on multiple instances.
Changed
- Create a managed service (POST /managed/services). This operation's
address
property now has a limit of 100 characters. - Update a managed service (PUT /managed/services/{serviceId}). This operation's
address
property now has a limit of 100 characters. - Assign IPv4s to Linodes (POST /networking/ipv4/assign). This operation is now the same as the Assign IP addresses (POST /networking/ipv4/assign) operation.
Fixed
- StackScripts are now filterable by
rev_note
in accordance to the documentation.