reporting.netdata_get_data ========================== Get reporting data for given graphs. List of possible graphs can be retrieved using `reporting.netdata_graphs` call. For the time period of the graph either `unit` and `page` OR `start` and `end` should be used, not both. `aggregate` will return aggregate available data for each graph (e.g. min, max, mean). .. examples(websocket):: Get graph data of "nfsstat" from the last hour. :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "reporting.netdata_get_data", "params": [ [{"name": "cpu"}], {"unit": "HOURLY"}, ] } .. raw:: html
Must contain a minimum of 1
items
Must be at least 1
characters long
Value must be greater or equal to 1
Value must be strictly greater than 0
Value must be strictly greater than 0
Must be at least 1
characters long
Value must be strictly greater than 0
Value must be strictly greater than 0