get_dashboard_panel
Retrieve a complete panel configuration from a Grafana dashboard by specifying connection, dashboard UID, and panel ID. Returns queries, transforms, and display settings for detailed inspection.
Instructions
Get full configuration for a single panel from a dashboard.
Use this after get_dashboard_info() to explore specific panels in detail. Returns complete panel definition including queries, transforms, and display settings.
Args: connection_name: Name of the Grafana connection dashboard_uid: UID of the dashboard panel_id: ID of the specific panel to retrieve
Returns: JSON string with complete panel configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| panel_id | Yes | ||
| dashboard_uid | Yes | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |