sureshanaparti commented on code in PR #12802:
URL: https://github.com/apache/cloudstack/pull/12802#discussion_r2929097786
##########
api/src/main/java/org/apache/cloudstack/api/response/UnmanagedInstanceResponse.java:
##########
@@ -51,6 +51,10 @@ public class UnmanagedInstanceResponse extends BaseResponse {
@Param(description = "The name of the host to which Instance belongs")
private String hostName;
+ @SerializedName(ApiConstants.HYPERVISOR_VERSION)
+ @Param(description = "The version of the host to which Instance belongs")
Review Comment:
```suggestion
@Param(description = "The hypervisor version of the host to which
Instance belongs")
```
@nvazquez hypervisor version include hypervisor type also? good to have
hypervisor type as well in the response.
--
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]