Aug 1, 2024 — Linode API
v4.184.0
Added
-
Added migration information to various operations. As compute instances are migrated to other regions, or within the same region, this may affect their inclusion in placement groups . The following GET operations now include migration information for your compute instances:
-
List Linodes (GET /linode/instances)
-
Get a Linode (GET /linode/instances/{linodeId})
-
List placement groups (GET /placement/groups)
-
Get a placement group (GET /placement/groups/{groupId})
-
Fixed
-
Fixed pagination when listing Object Storage keys. Pagination functionality has been fixed to work as designed for the List Object Storage keys (GET /object-storage/keys) operation.
-
Fixed
time_remaining
object in event operations. All/account/events
operations include atime_remaining
object in their response that describes the time left for the specific event. This is astring
and has been updated to returnnone
when the event has completed. -
Various user documentation fixes and clarifications.