Response returned when getting a list of dashboards.

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

Properties

Information on grafana dashboards.

totalCount: number

Count of grafana dasboards.