ListImagesRequest: {
    name?: string;
    namespaceId?: string;
    orderBy?: Registry.v1.ListImagesRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • Optionalname?: string

    Filter by the image name (exact match).

  • OptionalnamespaceId?: string

    Filter by the namespace ID.

  • OptionalorderBy?: Registry.v1.ListImagesRequestOrderBy

    Criteria to use when ordering image listings. Possible values are created_at_asc, created_at_desc, name_asc, name_desc, region, status_asc and status_desc. The default value is created_at_asc.

  • OptionalorganizationId?: string

    Filter by Organization ID.

  • Optionalpage?: number

    A positive integer to choose the page to display.

  • OptionalpageSize?: number

    A positive integer lower or equal to 100 to select the number of items to display.

  • OptionalprojectId?: string

    Filter by Project ID.

  • Optionalregion?: Region

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