ZonedApiListRoutesRequest: {
    frontendId?: string;
    orderBy?: LB.v1.ListRoutesRequestOrderBy;
    page?: number;
    pageSize?: number;
    zone?: Zone;
}

Type declaration

  • OptionalfrontendId?: string

    Frontend ID to filter for, only Routes from this Frontend will be returned.

  • OptionalorderBy?: LB.v1.ListRoutesRequestOrderBy

    Sort order of routes in the response.

  • Optionalpage?: number

    The page number to return, from the paginated results.

  • OptionalpageSize?: number

    The number of route objects to return.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.