getJobs

On this page
Back to index

Summary

Retrieve all jobs.
firstResult
Integeroptional
Result pagination: the first row to return.
maxResults
Integeroptional
Result pagination: the number of rows to return.
sortKey
Stringoptional
How to sort the results.
sortOrder
Stringoptional
Specifies the order to sort the results.
Possible values: "ascending", "descending"
status
Stringoptional
Filter jobs by this status.

Usage

Perl

$cmdr->getJobs( # optionals );

ectool

ectool getJobs \ # optionals