getReservations

Back to index

Summary

Retrieves all environment reservations.
applicationName
Stringoptional
The name of the application.
beginDate
Stringoptional
Date of beginning reservation.
blackout
Booleanoptional
Blackout reservations.
endDate
Stringoptional
The date when reservation event ends.
environmentName
Stringoptional
The name of the environment.
environmentProjectName
Stringoptional
The name of the environment project name.
environmentTierName
Stringoptional
The name of the environment tier.
includeTimeslots
Booleanoptional
Include timeslots in reservation response.
pipelineName
Stringoptional
The name of the pipeline.
projectName
Stringoptional
Name for the project; must be unique among all projects.
releaseName
Stringoptional
The name of the release.
reserverTypes
Collectionoptional
Reserver types.
timeZone
Stringoptional
The time zone to use when interpreting times.

Usage

Perl

$cmdr->getReservations( # optionals );

ectool

ectool getReservations \ # optionals

Examples

Perl

$cmdr->getReservations({environmentName => "PROD", pipelineName => "RC build", includeTimeslots => true, timeZone => "local"});

ectool

ectool getReservations --environmentName "PROD" --pipelineName => "RC build" --includeTimeslots true --timeZone "local"