Output returned when listing dashboards.

interface ListGrafanaProductDashboardsResponse {
    dashboards: Cockpit.v1.GrafanaProductDashboard[];
    totalCount: number;
}

Properties

Grafana dashboards information.

totalCount: number

Total count of Grafana dashboards.