vishesh92 commented on code in PR #8756: URL: https://github.com/apache/cloudstack/pull/8756#discussion_r1815996504
########## api/src/main/java/org/apache/cloudstack/api/response/ClusterDrsPlanMigrationResponse.java: ########## @@ -50,13 +50,13 @@ public class ClusterDrsPlanMigrationResponse extends BaseResponse { @Param(description = "Destination host for VM migration") String destHostName; - @SerializedName(ApiConstants.JOB_ID) + @SerializedName(ApiConstants.MIGRATION_JOB_ID) @Param(description = "id of VM migration async job") - private Long jobId; Review Comment: Part of the base 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org