Skip to content

Add EOL to Images endpoints #172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14224,6 +14224,14 @@ components:
Only Images created automatically (from a deleted Linode; type=automatic) will expire.
example: '2018-08-01T00:01:01'
readOnly: true
eol:
type: string
format: date-time
description: >
The date of the image's planned end of life. Some images, like custom private images,
will not have an end of life date. In that case this field will be empty.
example: '2200-10-23T00:00:00'
readOnly: true
vendor:
x-linode-filterable: true
type: string
Expand Down Expand Up @@ -14314,6 +14322,14 @@ components:
Only Images created automatically (from a deleted Linode; type=automatic) will expire.
example: null
readOnly: true
eol:
type: string
format: date-time
description: >
The date of the image's planned end of life. Some images, like custom private images,
will not have an end of life date. In that case this field will be empty.
example: '2200-10-23T00:00:00'
readOnly: true
vendor:
x-linode-filterable: true
type: string
Expand Down