Github user karuturi commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1600#discussion_r70563575 --- Diff: api/src/org/apache/cloudstack/api/response/SnapshotResponse.java --- @@ -82,6 +82,10 @@ @Param(description = "valid types are hourly, daily, weekly, monthy, template, and none.") private String intervalType; + @SerializedName(ApiConstants.LOCATION_TYPE) + @Param(description = "valid location types are primary and archive.") + private String locationType; --- End diff -- LocationType is a String in response. It makes sense for it be String in request as well.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---