getJobStepDetails

Back to index

Summary

Retrieves details for a job step. You may never need to use this command. This information is available for all job steps in a job by using the getJobDetails command. The getJobStepDetails command can be used to refresh data for a single step if you need an update in real time.
jobStepId
UUIDrequired
The primary key for a job step.
structureOnly
Booleanoptional
Reduces the amount of information returned by some api calls to minimal structural information.

Usage

Perl

$cmdr->getJobStepDetails( "test-jobStepId" # jobStepId # optionals );

ectool

ectool getJobStepDetails \ "test-jobStepId" `# jobStepId` \ # optionals

Examples

Perl

$cmdr->getJobStepDetails(5da765dd-73f1-11e3-b67e-b0a420524153);

ectool

ectool getJobStepDetails 5da765dd-73f1-11e3-b67e-b0a420524153