Type Alias GlobalApiListGrafanaProductDashboardsRequest

GlobalApiListGrafanaProductDashboardsRequest: {
    page?: number;
    pageSize?: number;
    projectId?: string;
    tags?: string[];
}

Retrieve a list of available product dashboards.

Type declaration

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Page size.

  • OptionalprojectId?: string

    ID of the Project to target.

  • Optionaltags?: string[]

    Tags to filter for.