mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
52ed297ed5
Use latest github.com/grafana/grafana-plugin-sdk-go which includes changes to the TypeVersion property (always present in JSON). Also included is squtil changes: SQL util - allow using the database scan type for converters
139 lines
3.7 KiB
Plaintext
139 lines
3.7 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "type": "search-results",
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ],
|
|
// "custom": {
|
|
// "count": 1
|
|
// }
|
|
// }
|
|
// Name: Query results
|
|
// Dimensions: 8 Fields by 1 Rows
|
|
// +----------------+----------------+----------------+------------------+-----------------------+--------------------------+-------------------------+----------------+
|
|
// | Name: kind | Name: uid | Name: name | Name: panel_type | Name: url | Name: tags | Name: ds_uid | Name: location |
|
|
// | Labels: | Labels: | Labels: | Labels: | Labels: | Labels: | Labels: | Labels: |
|
|
// | Type: []string | Type: []string | Type: []string | Type: []string | Type: []string | Type: []*json.RawMessage | Type: []json.RawMessage | Type: []string |
|
|
// +----------------+----------------+----------------+------------------+-----------------------+--------------------------+-------------------------+----------------+
|
|
// | folder | 1 | My folder | | /pfix/dashboards/f/1/ | null | [] | |
|
|
// +----------------+----------------+----------------+------------------+-----------------------+--------------------------+-------------------------+----------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"name": "Query results",
|
|
"meta": {
|
|
"type": "search-results",
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
],
|
|
"custom": {
|
|
"count": 1
|
|
}
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "kind",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
}
|
|
},
|
|
{
|
|
"name": "uid",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
}
|
|
},
|
|
{
|
|
"name": "name",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
}
|
|
},
|
|
{
|
|
"name": "panel_type",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
}
|
|
},
|
|
{
|
|
"name": "url",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
},
|
|
"config": {
|
|
"links": [
|
|
{
|
|
"title": "link",
|
|
"url": "${__value.text}"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "tags",
|
|
"type": "other",
|
|
"typeInfo": {
|
|
"frame": "json.RawMessage",
|
|
"nullable": true
|
|
}
|
|
},
|
|
{
|
|
"name": "ds_uid",
|
|
"type": "other",
|
|
"typeInfo": {
|
|
"frame": "json.RawMessage"
|
|
}
|
|
},
|
|
{
|
|
"name": "location",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
"folder"
|
|
],
|
|
[
|
|
"1"
|
|
],
|
|
[
|
|
"My folder"
|
|
],
|
|
[
|
|
""
|
|
],
|
|
[
|
|
"/pfix/dashboards/f/1/"
|
|
],
|
|
[
|
|
null
|
|
],
|
|
[
|
|
[]
|
|
],
|
|
[
|
|
""
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |