Back to index
Summary
Retrieves all environment reservations.projectNameStringoptionalName for the project; must be unique among all projects. applicationNameStringoptionalThe name of the application. beginDateStringoptionalDate of beginning reservation. blackoutBooleanoptionalBlackout reservations. endDateStringoptionalThe date when reservation event ends. environmentNameStringoptionalThe name of the environment. environmentProjectNameStringoptionalThe name of the environment project name. environmentTierNameStringoptionalThe name of the environment tier. includeTimeslotsBooleanoptionalInclude timeslots in reservation response. pipelineNameStringoptionalThe name of the pipeline. releaseNameStringoptionalThe name of the release. reserverTypesArray<Unknown>optionalReserver types. timeZoneStringoptionalThe 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 */ )