Returns the status for a specified job.
<getJobStatus> <ID/> </getJobStatus>
<getJobStatus>
<job>
<ID/>
<jobType/>
<srcPath/>
<state/>
<pctComplete/>
<time/>
<comment/>
<retryCount/>
<skippedFileCount/>
<totalFiles/>
</job>
<result value=" ">
<description/>
</result>
</getJobStatus>
Specifies the ID of each job to return the status of.
Specifies the type of job (see Job Types).
Specifies the state of the job (see State Values).
Specifies the UTC time of the job.
Specifies that the job is paused (only if the state is ReplayingEFL).
Specifies the number of EFL epochs that have been replayed so far. Volume Manager keeps replaying indefinitely. If this number reaches a determined point, the administrator should prevent any further changes.
Specifies the number of files that were skipped (only if the state is Completed or FilesSkipped).
Specifies the running count while the job is in the Scanning state (which shows the scan is making progress). This element is used if state is not Completed or Failed. Once the job is out of the Scanning state, this element shows the total number of data sets that need to be moved until the job completes or fails.
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
getJobStatus returns the following:
<nssReply>
<volMn>
<getJobStatus>
<job>
<id>1234</id>
<jobType>MOVE</jobType>
<srcPath>SYS:\</srcPath>
<state>Running</state>
<pctComplete>45</pctComplete>
<time>12452542346</time>
<comment>Cool</comment>
<retryCount>1</retryCount>
<skippedFileCount>0</skippedFileCount>
<totalFiles>6894</totalFiles>
</job>
</getJobStatus>
</volMn>
</nssReply>