get_dashboard_versions
Retrieve the version history of a Grafana dashboard using its UID and connection name, returning a list of all versions.
Instructions
Get version history of a dashboard.
Args: connection_name: Name of the Grafana connection dashboard_uid: UID of the dashboard
Returns: JSON string with list of dashboard versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_uid | Yes | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |