grafana_bak/pkg/tsdb/azuremonitor/testdata/loganalytics/9-log-analytics-response-error.json.golden.jsonc
2025-04-01 10:38:02 +09:00

87 lines
2.2 KiB
JSON

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ],
// "custom": {
// "azureColumnTypes": [
// "string",
// "string"
// ]
// },
// "notices": [
// {
// "severity": "error",
// "text": "There were some errors when processing your query. Something went wrong processing your query on the server. The results of this query exceed the set limit of 1 records."
// }
// ]
// }
// Name:
// Dimensions: 2 Fields by 1 Rows
// +----------------------------------+-----------------+
// | Name: OperationName | Name: Level |
// | Labels: | Labels: |
// | Type: []*string | Type: []*string |
// +----------------------------------+-----------------+
// | Create or Update Virtual Machine | Informational |
// +----------------------------------+-----------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"meta": {
"typeVersion": [
0,
0
],
"custom": {
"azureColumnTypes": [
"string",
"string"
]
},
"notices": [
{
"severity": "error",
"text": "There were some errors when processing your query. Something went wrong processing your query on the server. The results of this query exceed the set limit of 1 records."
}
]
},
"fields": [
{
"name": "OperationName",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
},
{
"name": "Level",
"type": "string",
"typeInfo": {
"frame": "string",
"nullable": true
}
}
]
},
"data": {
"values": [
[
"Create or Update Virtual Machine"
],
[
"Informational"
]
]
}
}
]
}