You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/4-4-1-2019-09-23.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,18 @@ changelog:
6
6
- API
7
7
---
8
8
### 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.
10
12
11
13
### 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:
13
14
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.
17
18
18
19
### 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.
20
20
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