Skip to content

Conversation

mwildman-akamai
Copy link
Collaborator

@mwildman-akamai mwildman-akamai commented Aug 26, 2025

Added

Maintenance policies

The maintenance policies features is now in beta. As part of this, a new endpoint has been added: List maintenance policies (GET /maintenance/policies).

QEMU reboot support

New objects have been added to the response for the List notifications and List maintenances operations. They identify when your Linodes need to be rebooted to apply this upgrade. See Reboot your Linodes for QEMU maintenance for complete details.

Changed

  • Account:
    • Get account settings (GET /account/settings)
    • Update account settings (PUT /account/settings)
    • List events (GET /account/events)
    • Get an event (GET /account/events/{eventId})
    • List maintenances (GET /account/maintenance)
      • List notifications (GET /account/notifications). In addition to filtering the response on type, you can also filter on entity.type.
  • Linodes:
    • Create a Linode (POST /linode/instances)
    • List Linodes (GET /linode/instances)
    • Get a Linode (GET /linode/instances/{linodeId})
    • Update a Linode (PUT /linode/instances/{linodeId})
    • Clone a Linode(POST /linode/instances/{linodeId}/clone)
  • Monitor
    • Get an entity's metrics (POST /monitor/services/{service_type}/metrics)

Fixed

  • Fix the required properties for VPC IPv4 ranges
  • Changed linode_interface to linode_interfaces

Object Storage

Several fixes have been made to the documentation to properly cover how authentication keys are created and maintained. The following operations have been updated:

  • Create an Object Storage key (POST /object-storage/keys)
  • List Object Storage keys (GET /object-storage/keys)
  • Get an Object Storage key (GET /object-storage/keys/{keyId})
  • Update an Object Storage key (PUT /object-storage/key/{keyId})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants