Skip to main content

list

This operation lists external storage integrations so you can review integration IDs, names, status, regions, buckets, and server messages before using them with import or external collection workflows.

Synopsis

bash
zilliz storage-integration list [OPTIONS]

OPTIONS:

  • --project-id (string) -

    Specifies the project ID used to filter storage integrations.

  • --page-size (integer) -

    Specifies the number of items to return per page.

  • --page (integer) -

    Specifies the page number to return.

Example

bash
zilliz storage-integration list

zilliz storage-integration list --project-id proj-xxxx
Minimum SDK versionv1.4.x
Ctrl I