
The database option is supported by influxdb type but missing in the schema Change-Id: Id993a8e31e6df4d6374ecccd16dfb6c70ea54c45
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"datasource": {
|
|
"new-datasource": {
|
|
"access": "direct",
|
|
"database": "foodb",
|
|
"isDefault": false,
|
|
"name": "New datasource",
|
|
"type": "influxdb",
|
|
"url": "http://example.org"
|
|
}
|
|
}
|
|
}
|