vishesh92 commented on code in PR #8756: URL: https://github.com/apache/cloudstack/pull/8756#discussion_r1815997374
########## api/src/main/java/org/apache/cloudstack/api/response/SystemVmResponse.java: ########## @@ -38,14 +38,6 @@ public class SystemVmResponse extends BaseResponseWithAnnotations { @Param(description = "the system VM type") private String systemVmType; - @SerializedName("jobid") - @Param(description = "the job ID associated with the system VM. This is only displayed if the router listed is part of a currently running asynchronous job.") - private String jobId; Review Comment: BaseResponseWithAnnotations extends BaseResponse. And BaseResponse already has jobId & jobStatus. -- 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