Skip to content

Commit 6777fe4

Browse files
authored
Merge pull request #172 from andystevensname/arb-1436-image-distro-eol
Add EOL to Images endpoints
2 parents 824cec0 + 8858efe commit 6777fe4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14224,6 +14224,14 @@ components:
1422414224
Only Images created automatically (from a deleted Linode; type=automatic) will expire.
1422514225
example: '2018-08-01T00:01:01'
1422614226
readOnly: true
14227+
eol:
14228+
type: string
14229+
format: date-time
14230+
description: >
14231+
The date of the image's planned end of life. Some images, like custom private images,
14232+
will not have an end of life date. In that case this field will be empty.
14233+
example: '2200-10-23T00:00:00'
14234+
readOnly: true
1422714235
vendor:
1422814236
x-linode-filterable: true
1422914237
type: string
@@ -14314,6 +14322,14 @@ components:
1431414322
Only Images created automatically (from a deleted Linode; type=automatic) will expire.
1431514323
example: null
1431614324
readOnly: true
14325+
eol:
14326+
type: string
14327+
format: date-time
14328+
description: >
14329+
The date of the image's planned end of life. Some images, like custom private images,
14330+
will not have an end of life date. In that case this field will be empty.
14331+
example: '2200-10-23T00:00:00'
14332+
readOnly: true
1431714333
vendor:
1431814334
x-linode-filterable: true
1431914335
type: string

0 commit comments

Comments
 (0)