Skip to content
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

ENH REQUEST: Filter Image List #350

Open
elindydotcom opened this issue Jul 27, 2022 · 1 comment
Open

ENH REQUEST: Filter Image List #350

elindydotcom opened this issue Jul 27, 2022 · 1 comment

Comments

@elindydotcom
Copy link

When requesting a list of images, it would be nice if you could limit the list to just type IMAGE instead of returning both images and snapshots.

Passing a type parm into the listImages request does not seem to work right now:

$images = $compute->listImages(['status' => 'ACTIVE', 'type' => 'snapshot' ]);

returns nothing. Various variations on type such as 'SNAPSHOT' does not make a difference.

@elindydotcom
Copy link
Author

elindydotcom commented Jul 27, 2022

Ideally we would also be able to limit by VISIBILITY (public/private).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant