grafyaml/tests/schema/fixtures/datasource-0001.json
Paul Belanger 2c92819451 Add datasource support
We now support the ability to create a datasource using yaml files.

Change-Id: I1db38ac25bc309398924c15635ea5dee4eaf264c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-11-03 12:36:59 -05:00

12 lines
242 B
JSON

{
"datasource": {
"new-datasource": {
"access": "direct",
"isDefault": false,
"name": "New datasource",
"type": "graphite",
"url": "http://example.org"
}
}
}