Skip to content

Images filterable by status #746

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 1 commit into from
Jan 23, 2023
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
12 changes: 7 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22053,16 +22053,18 @@ components:
x-linode-cli-display: 7
type: string
readOnly: true
x-linode-filterable: true
enum:
- creating
- pending_upload
- available
description: |
The current status of this Image. Only Images in an "available" status
can be deployed. Images in a "creating" status are being created from
a Linode Disk, and will become "available" shortly. Images in a
"pending_upload" status are waiting for data to be [uploaded](/docs/api/images/#image-upload),
and become "available" after the upload and processing are complete.
The current status of this Image.

Only Images in an "available" status can be deployed. Images in a "creating" status are being created from a Linode Disk, and will become "available" shortly. Images in a "pending_upload" status are waiting for data to be [uploaded](/docs/api/images/#image-upload), and become "available" after the upload and processing are complete.

The "+order_by" and "+order" operators are not available for [filtering](/docs/api/#filtering-and-sorting) on this key.
example: available
Invoice:
type: object
description: Account Invoice object
Expand Down