Jul 25, 2023 — Linode API
over 1 year ago by cverner@akamai.com
v4.159.0
Added
- List authorized apps (GET /profile/apps). Responses to this command can now be filtered by the
label
property. - List users (GET /account/users) and Get a user (GET /account/users/{username}). Responses to these operations now include the
last_login
property, which contains data relating to the most recent login attempt for the requested user.
Changed
- Restore a managed MySQL database backup (POST /databases/mysql/instances/{instanceId}/backups/{backupId}/restore) and Restore a managed PostgreSQL database backup (POST /databases/postgresql/instances/{instanceId}/backups/{backupId}/restore). These commands can be performed on managed databases with a
failed
ordegraded
status. Previously, these commands could only be performed onactive
managed databases. - List service transfers (GET /account/service-transfers) and Get a service transfer request (GET /account/service-transfers/{token}). The
cancelled
status is now thecanceled
status in responses to these commands.