weizhouapache commented on code in PR #9885:
URL: https://github.com/apache/cloudstack/pull/9885#discussion_r1827366788
##########
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:
```suggestion
since = "4.20.1.0")
```
--
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]