list_datasources
Retrieve available Grafana datasources to identify data connections for monitoring and visualization. Optionally filter by specific types like Prometheus or Loki to find relevant data sources.
Instructions
List available Grafana datasources. Optionally filter by datasource type.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
type | No | The type of datasources to search for (e.g., "prometheus", "loki") |
Input Schema (JSON Schema)
{
"properties": {
"type": {
"description": "The type of datasources to search for (e.g., \"prometheus\", \"loki\")",
"type": "string"
}
},
"type": "object"
}