Browse Source

datasource to REST.md

pull/1/head
rozetko 6 years ago
parent
commit
6b416a32b3
  1. 21
      REST.md

21
REST.md

@ -52,12 +52,23 @@ Data format:
{ {
"name": "cpu_utilization_supervised", "name": "cpu_utilization_supervised",
"metric": { "metric": {
"datasource": "influx accelerometer", "datasource": "influx accelerometer",
"targets": [ "targets": [
<targets> <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"
}
} }
``` ```

Loading…
Cancel
Save