countJobSteps

On this page
Back to index

Summary

Retrieves number of job steps in hierarchy under the parent one.
jobStepId
UUIDrequired
The primary key for a job step.
filters
Collectionoptional
A list of zero or more filter criteria definitions used to define objects to find.
viewName
Stringoptional
The name of the view.

Usage

Perl

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

ectool

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