Back to index
Summary
Retrieves complete information about a job, including details from each job step.jobIdStringrequiredThe primary key of the job, or the name of the job. structureOnlyBooleanoptionalReduces the amount of information returned by some api calls to minimal structural information. |
Usage
Perl
$cmdr->getJobDetails( "test-jobId" # jobId # optionals );
ectool
ectool getJobDetails \ "test-jobId" `# jobId` \ # optionals