Monitoring & Collection/Grafana Integration
GETGrafanaSince 1.0SynchronousAuth Required
ListImportedDashboards
List all dashboards that have been imported into a tenant's Grafana organization
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
tenantIdStringFilter imported dashboards by tenant UUID Filter imported dashboards by tenant UUID
Responses
Endpoint
GET/api/v1/monitoring/grafana/dashboards
/api/v1/monitoring/grafana/dashboards
Request Example
curl -X GET '{host}/api/v1/monitoring/grafana/dashboards' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 5,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
