sureshanaparti commented on a change in pull request #5588:
URL: https://github.com/apache/cloudstack/pull/5588#discussion_r761917622



##########
File path: 
api/src/main/java/org/apache/cloudstack/api/response/ManagementServerResponse.java
##########
@@ -35,12 +38,68 @@
 
     @SerializedName(ApiConstants.STATE)
     @Param(description = "the state of the management server")
-    private ManagementServerHost.State state;
+    private State state;
 
     @SerializedName(ApiConstants.VERSION)
     @Param(description = "the version of the management server")
     private String version;
 
+    @SerializedName(ApiConstants.JAVA_DISTRIBUTION)
+    @Param(description = "the java distribution name running the management 
server process")
+    private String javaDistribution;
+
+    @SerializedName(ApiConstants.JAVA_VERSION)
+    @Param(description = "the version of the java distribution running the 
management server process")
+    private String javaVersion;
+
+    @SerializedName(ApiConstants.OS_DISTRIBUTION)
+    @Param(description = "the name of the OS distribution running on the 
management server")
+    private String osDistribution;
+
+    @SerializedName(ApiConstants.LAST_START)
+    @Param(description = "the last time this Management Server was started")
+    private Date lastStart;
+
+    @SerializedName(ApiConstants.LAST_STOP)
+    @Param(description = "the last time this Management Server was started")

Review comment:
       typo, started => _stopped_
   
   ```suggestion
       @Param(description = "the last time this Management Server was stopped")
   ```




-- 
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]


Reply via email to