Skip to content

Commit 514d568

Browse files
author
Ryan Syracuse
committed
[NEW] API Changelog 4-11-0-2019-12-16
1 parent eb8169e commit 514d568

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "4.11.0: 2019-12-16"
3+
date: 2019-12-16T05:00:00.000Z
4+
version: 4.11.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- Added the `eol` field to images endpoints, List Images (GET /images/), Create Image (POST /images/) , View Image (GET /images/{imageId}), and Update Image (PUT /images/{imageId}). The eol field will display the date of the image's planned end of life. Some images, like custom private images, will not have an end of life date. If that is the case, the property will be empty.
12+
13+
- Added `last successful` field to the following endpoints:
14+
15+
- List Linodes: GET /linode/instances
16+
- Create Linode: PUT /linode/instances
17+
- View Linode: GET /linode/instances/{linodeId}
18+
- Update Linode: PUT /linode/instances/{linodeId}
19+
- Rebuild Linode: POST /linode/instances/{linodeId}/rebuild
20+
21+
This will list the date and time of the last successful backup. The field will return `none` if there was no previous backup.
22+
23+
- Added `euuid` field to Account endpoints, Update Account (PUT /account), and View Account (GET /account). `euuid` is a unique external identifier for each account.

0 commit comments

Comments
 (0)