openstack4j icon indicating copy to clipboard operation
openstack4j copied to clipboard

Volumes cannot be queried based on volume type as filtering criteria

Open zhangzheming629 opened this issue 5 years ago • 1 comments

code: List<Volume> volumeList = new LinkedList<>(); Map<String, String> filteringParams = new HashMap<String, String>(){}; filteringParams.put("volume_type",SATA); List<? extends Volume> volumeListbyParam=client.blockStorage().volumes().list(filteringParams); volumeList.addAll(volumeListbyParam);

result: volumeList is []

zhangzheming629 avatar Dec 12 '19 08:12 zhangzheming629

which api link ?

bboyHan avatar Nov 26 '20 14:11 bboyHan