ListPipelinesRequest: {
    hasBackendStageLb?: boolean;
    name?: string;
    orderBy?: EdgeServices.v1beta1.ListPipelinesRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
}

Type declaration

  • OptionalhasBackendStageLb?: boolean

    Filter on backend stage. Only pipelines with a Load Balancer origin will be returned.

  • Optionalname?: string

    Pipeline name to filter for. Only pipelines with this string within their name will be returned.

  • OptionalorderBy?: EdgeServices.v1beta1.ListPipelinesRequestOrderBy

    Sort order of pipelines in the response.

  • OptionalorganizationId?: string

    Organization ID to filter for. Only pipelines from this Organization will be returned.

  • Optionalpage?: number

    Page number to return, from the paginated results.

  • OptionalpageSize?: number

    Number of pipelines to return per page.

  • OptionalprojectId?: string

    Project ID to filter for. Only pipelines from this Project will be returned.