getJobStepDetails

On this page
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
Stringrequired
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