ListSnapshotsRequest: {
    baseVolumeId?: string;
    name?: string;
    organization?: string;
    page?: number;
    perPage?: number;
    project?: string;
    tags?: string;
    zone?: Zone;
}

Type declaration

  • OptionalbaseVolumeId?: string

    List snapshots originating only from this volume.

  • Optionalname?: string

    List snapshots of the requested name.

  • Optionalorganization?: string

    List snapshots only for this Organization ID.

  • Optionalpage?: number

    Page to be returned.

  • OptionalperPage?: number

    Number of snapshots returned per page (positive integer lower or equal to 100).

  • Optionalproject?: string

    List snapshots only for this Project ID.

  • Optionaltags?: string

    List snapshots that have the requested tag.

  • Optionalzone?: Zone

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