Type Alias GlobalApiGetGrafanaProductDashboardRequest

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

Retrieve a specific dashboard.

Type declaration

  • dashboardName: string

    Name of the dashboard.

  • OptionalprojectId?: string

    ID of the Project the dashboard belongs to.