RegionalApiListDataSourcesRequest: {
    orderBy?: ListDataSourcesRequestOrderBy;
    origin?: DataSourceOrigin;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
    types?: DataSourceType[];
}

List data sources.

Type declaration

  • OptionalorderBy?: ListDataSourcesRequestOrderBy

    Sort order for data sources in the response.

  • Optionalorigin?: DataSourceOrigin

    Origin to filter for, only data sources with matching origin will be returned.

  • Optionalpage?: number

    Page number to return, from the paginated results.

  • OptionalpageSize?: number

    Number of data sources to return per page.

  • OptionalprojectId?: string

    Project ID to filter for, only data sources from this Project will be returned.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionaltypes?: DataSourceType[]

    Types to filter for, only data sources with matching types will be returned.