mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
75beeeed27
* E2E: Move mysql test to various suite * Decide command key based on platform
20 lines
540 B
JSON
20 lines
540 B
JSON
{
|
|
"results": {
|
|
"tables": {
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"refId": "tables",
|
|
"meta": {
|
|
"executedQueryString": "SELECT table_name FROM information_schema.tables WHERE table_schema = 'DataMaker' ORDER BY table_name"
|
|
},
|
|
"fields": [{ "name": "TABLE_NAME", "type": "string", "typeInfo": { "frame": "string", "nullable": true } }]
|
|
},
|
|
"data": { "values": [["normalTable", "table-name"]] }
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|