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.
1 parent 3109e00 commit d161dc7Copy full SHA for d161dc7
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