File tree 1 file changed +17
-18
lines changed
StatsStore_WebUI/StatsStore_Scraper
1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change @@ -39,24 +39,23 @@ When using the RAD/REST interface the way to communicate data is through JSON da
39
39
Here is a simple example of what the resulting JSON datagram looks like:
40
40
41
41
``` json
42
- {'payload': {'formatted_records': None,
43
- 'records': [{'points': [{'point_range': None,
44
- 'point_type': 'VALUE_POINT',
45
- 'point_value': {'ts': 1638346115174970,
46
- 'value': {'boolean_val': False,
47
- 'dictionary': None,
48
- 'dictionary_array': None,
49
- 'number': 0,
50
- 'number_array': None,
51
- 'real': 299887.0,
52
- 'real_array': None,
53
- 'string': None,
54
- 'string_array': None,
55
- 'type': 'REAL' }}}],
56
- 'ssid': '//:class.cpu//:stat.fpu-usage//:op.rate'}],
57
- 'warnings': []},
58
- 'status': 'success'}
59
- }
42
+ {"payload" : {"formatted_records" : null ,
43
+ "records" : [{"points" : [{"point_range" : null ,
44
+ "point_type" : " VALUE_POINT" ,
45
+ "point_value" : {"ts" : 1638346115174970 ,
46
+ "value" : {"boolean_val" : false ,
47
+ "dictionary" : null ,
48
+ "dictionary_array" : null ,
49
+ "number" : 0 ,
50
+ "number_array" : null ,
51
+ "real" : 299887.0 ,
52
+ "real_array" : null ,
53
+ "string" : null ,
54
+ "string_array" : null ,
55
+ "type" : " REAL" }}}],
56
+ "ssid" : " //:class.cpu//:stat.fpu-usage//:op.rate" }],
57
+ "warnings" : []},
58
+ "status" : " success" }
60
59
```
61
60
62
61
And this is what you'd want it to look like to easily import it into a regular time-series database:
You can’t perform that action at this time.
0 commit comments