Skip to content

Commit a42c4d4

Browse files
Copy Edit
1 parent 49a3adb commit a42c4d4

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/content/changelog/4-4-1-2019-09-23.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ changelog:
66
- API
77
---
88
### Added
9-
- Added the `Enable Linode Managed` [POST /account/settings/managed-enable](https://developers.linode.com/api/v4/account-settings-managed-enable/#post) endpoint which enables Linode Managed for the entire account and sends a welcome email to the account’s associated email address. `Enable Linode Managed` can monitor any service or software stack reachable over TCP or HTTP.
9+
- Added the Enable Linode Managed ([POST /account/settings/managed-enable](https://developers.linode.com/api/v4/account-settings-managed-enable/#post)) endpoint to Account.
10+
- This endpoint enables Linode Managed for the entire account and sends a welcome email to the account’s associated email address.
11+
- [Linode Managed](https://linode.com/docs/platform/linode-managed/) is an incident response service that can monitor any software stack or service reachable over TCP or HTTP.
1012

1113
### Changed
12-
- Initiating a migration [POST /linode/instances/{linodeId}/migrate](https://developers.linode.com/api/v4/linode-instances-linode-id-migrate/#post) now generates new, or updated, notifications available with [GET /account/notifications](https://developers.linode.com/api/v4/account-notifications) including:
1314

14-
- Your Linode will soon be automatically powered off, migrated, and restored to its previous state (booted or powered off).
15-
16-
- A notification which includes how many Linodes are in the queue ahead of this Linode. This position is dynamically generated, so if the notification is retrieved at an interval, it is always up-to-date.
15+
- The List Notifications endpoint ([GET /account/notifications](https://developers.linode.com/api/v4/account-notifications)) now provides more detailed information when a pending host migration or DC migration ([POST /linode/instances/{linodeId}/migrate](https://developers.linode.com/api/v4/linode-instances-linode-id-migrate/#post)) for a Linode is initiated. This information includes:
16+
17+
- How many Linodes are in the queue ahead of your Linode. The Linode's position is dynamically generated, so if the notification is retrieved at an interval, it is always up-to-date.
1718

1819
### Fixed
19-
- Previously, in the edge case where overwrite was set to true when restoring from backup [POST /linode/instances/{linodeId}/backups/{backupId}/restore](https://developers.linode.com/api/v4/linode-instances-linode-id-backups-backup-id-restore/#post), some disks were not being properly deleted. Additionally, the check to determine if there is enough disk size has been changed from checking the Linode’s `free_space` against the backup object’s `total_size` which is a computed value. This computed value is now being computed by summing the MinRestoreSize of each disk in the backup.
2020

21-
- Now, [GET /support/tickets](https://developers.linode.com/api/v4/support-tickets) will properly honor the `order_by` `x-filter` query parameters.
21+
- Previously, when restoring a Linode from a backup ([POST /linode/instances/{linodeId}/backups/{backupId}/restore](https://developers.linode.com/api/v4/linode-instances-linode-id-backups-backup-id-restore/#post)) with `overwrite:true`, some disks on the Linode were not properly deleted. This bug has been fixed. Additionally, the check to determine if the Linode has enough free disk space during a backup restore has been improved.
22+
23+
- The List Support Tickets endpoint ([GET /support/tickets](https://developers.linode.com/api/v4/support-tickets)) will now properly honor the `order_by` and `x-filter` query parameters.

0 commit comments

Comments
 (0)