weizhouapache commented on code in PR #9885: URL: https://github.com/apache/cloudstack/pull/9885#discussion_r1827370551
########## api/src/main/java/org/apache/cloudstack/api/command/admin/management/ListMgmtsCmd.java: ########## @@ -39,6 +40,11 @@ public class ListMgmtsCmd extends BaseListCmd { @Parameter(name = ApiConstants.NAME, type = CommandType.STRING, description = "the name of the management server") private String hostName; + @Parameter(name = ApiConstants.PEERS, type = CommandType.BOOLEAN, + description = "Whether to return the management server peers or not. By default, the management server peers will not be returned.", + since = "4.20.0.0") Review Comment: to be changed after 4.20 release -- 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