get_dashboard_panel_queries
Retrieve panel queries and information from a Grafana dashboard using its UID to access monitoring data and query configurations.
Instructions
Retrieve panel queries and information from a Grafana dashboard
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uid | Yes | The UID of the dashboard |
Input Schema (JSON Schema)
{
"properties": {
"uid": {
"description": "The UID of the dashboard",
"type": "string"
}
},
"required": [
"uid"
],
"type": "object"
}