Type Alias ListGrafanaProductDashboardsRequest
ListGrafanaProductDashboardsRequest: {
page?: number;
pageSize?: number;
projectId?: string;
tags?: string[];
}
Type declaration
Optional
page?: number
Optional
pageSize?: number
Optional
projectId?: string
Optional
tags?: string[]
Request to get a list of dashboards.