-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels