getJobSummaries

On this page
Back to index

Summary

Retrieves summary information about jobs.
filters
Stringoptional
How to filter the results.
includeLastSuccess
Booleanoptional
Whether to include the last successful job, if not otherwise included.
maxFailedSteps
Integeroptional
The maximum number of failed steps to return.
maxJobs
Integeroptional
The maximum number of jobs to return.
maxRunningSteps
Integeroptional
The maximum number of running steps to return.

Usage

Perl

$cmdr->getJobSummaries( # optionals );

ectool

ectool getJobSummaries \ # optionals