ListContainersRequest: {
    name?: string;
    namespaceId: string;
    orderBy?: ListContainersRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • Optionalname?: string

    Name of the container.

  • namespaceId: string

    UUID of the namespace the container belongs to.

  • OptionalorderBy?: ListContainersRequestOrderBy

    Order of the containers.

  • OptionalorganizationId?: string

    UUID of the Organization the container belongs to.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Number of containers per page.

  • OptionalprojectId?: string

    UUID of the Project the container belongs to.

  • Optionalregion?: Region

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