list
Addedv0.1.x
This operation lists all volumes in a project.
Synopsis
zilliz volume list
--project-id <value>
[--page-size <value>]
[--output <value>]
[--query <value>]
[--no-header]
Options
-
--project-id (string) -
[REQUIRED]
Indicates a project ID.
If a project is configured using
zilliz context set, it automatically applies if this option is left unconfigured. -
--page-size (integer) -
Indicates the number of items per page. The value defaults to 10.
-
--page (integer) -
Indicates the current page number. The value defaults to 1.
-
--output, -o (string) -
Indicates the output format. Possible values:
-
json, -
table, -
text, -
yaml, -
csv.
-
-
--no-header (boolean) -
Indicates whether to omit the header row when output is set to
tableorcsv. -
--query, -q (string) -
Indicates a JMESPath expression to filter output.
Example
zilliz volume list --project-id proj-xxxxxxxxxxxx