We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 762f75c + d161dc7 commit 5837c4fCopy full SHA for 5837c4f
api/src/main/java/org/apache/cloudstack/api/response/StatsResponse.java
@@ -27,7 +27,7 @@
27
public class StatsResponse extends BaseResponse {
28
29
@SerializedName("timestamp")
30
- @Param(description = "the time when the VM stats were collected. The format is \"yyyy-MM-dd hh:mm:ss\"")
+ @Param(description = "the time when the VM stats were collected. The format is 'yyyy-MM-dd hh:mm:ss'")
31
private Date timestamp;
32
33
@SerializedName("cpuused")
0 commit comments