getRunSchedules

Back to index

Summary

Retrieves the run schedules with environment reservations.
beginDate
Stringoptional
Date of beginning reservation.
endDate
Stringoptional
The date when reservation event ends.
filters
Collectionoptional
A list of zero or more filter criteria definitions used to define objects to find.
includeTimeslots
Booleanoptional
Include timeslots in reservation response.
timeZone
Stringoptional
The time zone to use when interpreting times.

Usage

Perl

$cmdr->getRunSchedules( # optionals );

ectool

ectool getRunSchedules \ # optionals

Examples

Perl

$cmdr->getRunSchedules({beginDate => "2016-07-01", endDate => "2016-09-01", includeTimeslots => true, timeZone => "local"});

ectool

ectool getRunSchedules --beginDate "2016-07-01" --endDate => "2016-09-01" --includeTimeslots true --timeZone "local"