diff --git a/REST.md b/REST.md index e7e676c..bc2359b 100644 --- a/REST.md +++ b/REST.md @@ -52,12 +52,23 @@ Data format: { "name": "cpu_utilization_supervised", "metric": { - "datasource": "influx accelerometer", - "targets": [ - - ] + "datasource": "influx accelerometer", + "targets": [ + + ] }, - "panelUrl": "http://grafana.example.com/d/oNZ35bWiz/new-dashboard-copy?panelId=2&fullscreen" + "panelUrl": "http://grafana.example.com/d/oNZ35bWiz/new-dashboard-copy?panelId=2&fullscreen", + "datasource": { + "data": null, + "type": "influxdb", + "method": "GET", + "params": { + "db": "collectd", + "q": "SELECT mean("value") FROM "cpu_value" WHERE ("type…ms and time <= 1526986266633ms GROUP BY time(10s)", + "epoch": "ms" + } + "url": "api/datasources/proxy/8/query" + } } ```