diff --git a/server/src/com/cloud/api/response/PodResponse.java b/server/src/com/cloud/api/response/PodResponse.java index 5fbd8a615a8..da9cb9a4f5b 100644 --- a/server/src/com/cloud/api/response/PodResponse.java +++ b/server/src/com/cloud/api/response/PodResponse.java @@ -42,7 +42,7 @@ public class PodResponse extends BaseResponse { @SerializedName("startip") @Param(description="the starting IP for the Pod") private String startIp; - @SerializedName("endIp") @Param(description="the ending IP for the Pod") + @SerializedName("endip") @Param(description="the ending IP for the Pod") private String endIp; public Long getId() {