GetGrafanaProductDashboardRequest: {
    dashboardName: string;
    projectId?: string;
}

Request to get a dashboard.

Type declaration

  • dashboardName: string

    Name of the dashboard.

  • OptionalprojectId?: string

    ID of the Project.