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

40 lines
885 B
JSON

{
"tables": [
{
"name": "PrimaryResult",
"columns": [
{
"name": "OperationName",
"type": "string"
},
{
"name": "Level",
"type": "string"
}
],
"rows": [
[
"Create or Update Virtual Machine",
"Informational"
]
]
}
],
"error": {
"code": "PartialError",
"message": "There were some errors when processing your query.",
"details": [
{
"code": "EngineError",
"message": "Something went wrong processing your query on the server.",
"innererror": {
"code": "-2133196797",
"message": "Not sure what happened.",
"severity": 2,
"severityName": "Warning"
}
}
]
}
}