Type Alias ZonedApiListBackendStatsRequest

ZonedApiListBackendStatsRequest: {
    backendId?: string;
    lbId: string;
    page?: number;
    pageSize?: number;
    zone?: Zone;
}

Type declaration

  • OptionalbackendId?: string

    ID of the backend.

  • lbId: string

    Load Balancer ID.

  • Optionalpage?: number

    The page number to return, from the paginated results.

  • OptionalpageSize?: number

    Number of items to return.

  • Optionalzone?: Zone

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