Github user koushik-das commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1618#discussion_r76588305
--- Diff: api/src/org/apache/cloudstack/api/response/SnapshotResponse.java
---
@@ -102,6 +102,14 @@
@Param(description = "indicates whether the underlying storage
supports reverting the volume to this snapshot")
private boolean revertable;
+ @SerializedName(ApiConstants.OS_TYPE_ID)
+ @Param(description = "id of the os on volume")
--- End diff --
Please add "since" along with the description.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---