Type Alias GlobalApiListGrafanaProductDashboardsRequest
GlobalApiListGrafanaProductDashboardsRequest: {
page?: number;
pageSize?: number;
projectId?: string;
tags?: string[];
}
Type declaration
Optional
page?: number
Optional
pageSize?: number
Optional
projectId?: string
Optional
tags?: string[]
Retrieve a list of available product dashboards.