getReservations

On this page
Back to index

Summary

Retrieves all environment reservations.
projectName
Stringoptional
Name for the project; must be unique among all projects.
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.
releaseName
Stringoptional
The name of the release.
reserverTypes
Array<Unknown>optional
Reserver types.
timeZone
Stringoptional
The time zone to use when interpreting times.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getReservations( /* optional arguments */ )