list_datasources
Retrieve all configured Grafana data sources by providing a connection name, returning their configurations in JSON format.
Instructions
List all configured data sources in Grafana.
Args: connection_name: Name of the Grafana connection
Returns: JSON string with list of data sources and their configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |