Commvault End-User Command Line (cvc) Interface Example: get_job_status

Name

get_job_status

Synopsis

get_job_status -j [jobid]

Description

Return the job status for the specified job.

The table lists the options that the software supports.

Option

Description

-j

The job ID.

Example

The following command retrieves the job status for job ID 31668. In this example, the parameters are listed on the command line.

cvc > get_job_status -j 31668
<?xml version="1.0" ?>
<Task> <job_status>Running</job_status>
</Task>
Job Finish Status : False
Job Current Status : Running
×

Loading...