Skip to content

Commit bea3220

Browse files
authored
Merge pull request #746 from bbiggerr/images-status-filter
Images filterable by status
2 parents 31d81a2 + 80a33fd commit bea3220

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

openapi.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22053,16 +22053,18 @@ components:
2205322053
x-linode-cli-display: 7
2205422054
type: string
2205522055
readOnly: true
22056+
x-linode-filterable: true
2205622057
enum:
2205722058
- creating
2205822059
- pending_upload
2205922060
- available
2206022061
description: |
22061-
The current status of this Image. Only Images in an "available" status
22062-
can be deployed. Images in a "creating" status are being created from
22063-
a Linode Disk, and will become "available" shortly. Images in a
22064-
"pending_upload" status are waiting for data to be [uploaded](/docs/api/images/#image-upload),
22065-
and become "available" after the upload and processing are complete.
22062+
The current status of this Image.
22063+
22064+
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.
22065+
22066+
The "+order_by" and "+order" operators are not available for [filtering](/docs/api/#filtering-and-sorting) on this key.
22067+
example: available
2206622068
Invoice:
2206722069
type: object
2206822070
description: Account Invoice object

0 commit comments

Comments
 (0)