getJobSummary

Back to index

Summary

Retrieves a job and its job steps with only the specified job and job step properties.
jobId
Stringoptional
The primary key of the job, or the name of the job.
jobProperties
Stringoptional
A comma-separated list of intrinsic job properties to include in the output.
jobStepProperties
Stringoptional
A comma-separated list of intrinsic job step properties to include in the output.
orderStepsByIndex
Booleanoptional
Each job step has a step index which defines its relative position within its parent step.Set this to true to return the results in the ascending order of the step index.

Usage

Perl

$cmdr->getJobSummary( # optionals );

ectool

ectool getJobSummary \ # optionals

Examples

Perl

$cmdr->getJobSummary({jobId => 5da765dd-73f1-11e3-b67e-b0a420524153});

ectool

ectool getJobSummary --jobId 5da765dd-73f1-11e3-b67e-b0a420524153