Skip to content

iectl iem-v2 job import-job-wait

wait for completion of import app jobs

Synopsis

This method waits for completion of import app jobs.

iectl iem-v2 job import-job-wait [flags]

Options

  -h, --help          help for import-job-wait
      --id string     The 'jobID' of the import app job to wait for
      --timeout int   Wait timeout in seconds(default: 60),command will return output after the timeoutis reached even if the job is not completed (default 60)

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

$ iectl iem-v2 job import-job-wait --id sampleJobId --timeout 300

SEE ALSO