Skip to main content

status

Addedv0.1.x

This operation gets the status of an import job.

Synopsis

zilliz import status
--job-id <value>
--cluster-id <value>
[--output <value>]
[--query <value>]
[--no-header]

OPTIONS:

  • --job-id (string) -

    [REQUIRED]

    Indicates an import job ID, which is similar to job-xxxxx.

  • --cluster-id (string) -

    [REQUIRED]

    Indicates the ID of the involved cluster in the specified import job, which is similar to inxx-xxxxx.

    If a cluster is configured using zilliz context set, it automatically applies if this option is left unconfigured.

  • --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 table or csv.

  • --query, -q (string) -

    Indicates a JMESPath expression to filter output.

Example

zilliz import status --job-id job-xxxx --cluster-id in01-xxxxxxxxxxxx