Minor updates to api spec for millis

Change-Id: I0a3f4241f02241173073c3ac51c1f57fec40bfdf
This commit is contained in:
Roland Hochmuth
2015-04-27 16:41:38 -06:00
parent f4f14c77fd
commit 9e4a35b02e

View File

@@ -867,7 +867,7 @@ Cache-Control: no-cache
"key1":"value1",
"key2":"value2"
},
"timestamp":1405630174,
"timestamp":1405630174123,
"value":1.0
}
```
@@ -888,7 +888,7 @@ Cache-Control: no-cache
"key1":"value1",
"key2":"value2"
},
"timestamp":1405630174,
"timestamp":1405630174123,
"value":1.0,
"value_meta":{
"key1":"value1",
@@ -914,7 +914,7 @@ Cache-Control: no-cache
"key1":"value1",
"key2":"value2"
},
"timestamp":1405630174,
"timestamp":1405630174123,
"value":1.0
},
{
@@ -923,7 +923,7 @@ Cache-Control: no-cache
"key1":"value1",
"key2":"value2"
},
"timestamp":1405630174,
"timestamp":1405630174123,
"value":2.0,
"value_meta":{
"key1":"value1",
@@ -1095,17 +1095,17 @@ Returns a JSON object with a 'links' array of links and an 'elements' array of m
],
"measurements": [
[
"2015-03-03T05:22:28Z",
"2015-03-03T05:22:28.123Z",
0,
{}
],
[
"2015-03-03T05:23:12Z",
"2015-03-03T05:23:12.123Z",
0,
{}
],
[
"2015-03-03T05:24:55Z",
"2015-03-03T05:24:55.123Z",
1,
{
"rc": "404",