Returns a list of jobs.
<createJob> <srcVol/> <srcPath/> <tgtServer/> <tgtVol/> <time/> <user/> <password/> <unp/> <copy/> </createJob>
<createJob>
<result value=" ">
<description/>
</result>
<ID/>
</createJob>
Specifies a host resource name for the volume (rather than the eDirectory resource name). Do not use a colon in the name.
Specifies that the volume is split.
Specifies the name of the target server in the following format:
.CommonName.ContainerNamesDelimitedWithDots.TreeName.
Specifies the current time or the GeneralizedTime value.
Specifies the name of the user. The leading dot is required.
Specifies the user's protected credentials, encoded as a hex string. Either unp or user and password must be supplied.
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
Specifies the ID for the job.
One example of the request portion of createJob is as follows:
<nssRequest> <!-- Main element for NSS requests -->
<volMN> <!-- (Opt, Rpt) Volume MN operations -->
<createJob>
<srcVol>Vol</srcVol>
<srcPath>\a\b\c</srcPath>
<tgtServer>DSSvrObjectName</tgtServer>
<tgtVol>Vol</tgtVol>
<time>20021225060000</time>
<user>.admin.novell</user>
<password>junk</password>
<unp>0123456789ABCDEF</unp>
<copy/>
</createJob>
</volMN>
</nssRequest>