shwstppr commented on code in PR #7368:
URL: https://github.com/apache/cloudstack/pull/7368#discussion_r1155678133
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/storage/ListStoragePoolsCmd.java:
##########
@@ -66,6 +66,9 @@ public class ListStoragePoolsCmd extends BaseListCmd {
@Parameter(name = ApiConstants.SCOPE, type = CommandType.STRING,
entityType = StoragePoolResponse.class, description = "the ID of the storage
pool")
private String scope;
+ @Parameter(name = ApiConstants.STATUS, type = CommandType.STRING,
entityType = StoragePoolResponse.class, description = "the status of the
storage pool")
Review Comment:
```suggestion
@Parameter(name = ApiConstants.STATUS, type = CommandType.STRING,
description = "the status of the storage pool")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]