sureshanaparti commented on code in PR #10381: URL: https://github.com/apache/cloudstack/pull/10381#discussion_r2075171968
########## api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/ListClustersCmd.java: ########## @@ -74,6 +74,9 @@ public class ListClustersCmd extends BaseListCmd { since = "4.20.1") private String arch; + @Parameter(name = ApiConstants.STORAGE_ACCESS_GROUP, type = CommandType.STRING, description = "the name of the storage access group") Review Comment: ```suggestion @Parameter(name = ApiConstants.STORAGE_ACCESS_GROUPS, type = CommandType.STRING, description = "the storage access groups for the hosts in the cluster") ``` -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org