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 thegetJobDetails
command. The getJobStepDetails
command can be used to refresh data for a single step if you need an update in real time.jobStepIdUUIDrequiredThe primary key for a job step. structureOnlyBooleanoptionalReduces 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