mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
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
107 lines
3.5 KiB
Plaintext
107 lines
3.5 KiB
Plaintext
// 🌟 This was machine generated. Do not edit. 🌟
|
|
//
|
|
// Frame[0] {
|
|
// "typeVersion": [
|
|
// 0,
|
|
// 0
|
|
// ]
|
|
// }
|
|
// Name:
|
|
// Dimensions: 4 Fields by 3 Rows
|
|
// +-----------------------------------------+-----------------------------------------+-----------------------------------------+-----------------------------------------+
|
|
// | Name: name | Name: id | Name: retentionPolicy | Name: retentionPeriod |
|
|
// | Labels: organizationID=059b46a59abab000 | Labels: organizationID=059b46a59abab000 | Labels: organizationID=059b46a59abab000 | Labels: organizationID=059b46a59abab000 |
|
|
// | Type: []*string | Type: []*string | Type: []*string | Type: []*int64 |
|
|
// +-----------------------------------------+-----------------------------------------+-----------------------------------------+-----------------------------------------+
|
|
// | grafana | 059b46a59abab001 | null | 604800000000000 |
|
|
// | _tasks | 059b46a59abab002 | null | 259200000000000 |
|
|
// | _monitoring | 059b46a59abab003 | null | 604800000000000 |
|
|
// +-----------------------------------------+-----------------------------------------+-----------------------------------------+-----------------------------------------+
|
|
//
|
|
//
|
|
// 🌟 This was machine generated. Do not edit. 🌟
|
|
{
|
|
"status": 200,
|
|
"frames": [
|
|
{
|
|
"schema": {
|
|
"meta": {
|
|
"typeVersion": [
|
|
0,
|
|
0
|
|
]
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "name",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"organizationID": "059b46a59abab000"
|
|
}
|
|
},
|
|
{
|
|
"name": "id",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"organizationID": "059b46a59abab000"
|
|
}
|
|
},
|
|
{
|
|
"name": "retentionPolicy",
|
|
"type": "string",
|
|
"typeInfo": {
|
|
"frame": "string",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"organizationID": "059b46a59abab000"
|
|
}
|
|
},
|
|
{
|
|
"name": "retentionPeriod",
|
|
"type": "number",
|
|
"typeInfo": {
|
|
"frame": "int64",
|
|
"nullable": true
|
|
},
|
|
"labels": {
|
|
"organizationID": "059b46a59abab000"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"data": {
|
|
"values": [
|
|
[
|
|
"grafana",
|
|
"_tasks",
|
|
"_monitoring"
|
|
],
|
|
[
|
|
"059b46a59abab001",
|
|
"059b46a59abab002",
|
|
"059b46a59abab003"
|
|
],
|
|
[
|
|
null,
|
|
null,
|
|
null
|
|
],
|
|
[
|
|
604800000000000,
|
|
259200000000000,
|
|
604800000000000
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |