Back to index
Summary
Retrieves a per-component grouped list of inventory items.projectNameStringrequiredThe name for the project that must be unique among all projects. environmentNameStringrequiredThe name of the environment. applicationNameStringrequiredThe name of the application. applicationEntityRevisionIdStringoptionalThe revision ID of the versioned object. environmentProjectNameStringoptionalName for the project to which the environment or environment template belongs to. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getEnvironmentInventory( projectName: "test-projectName", environmentName: "test-environmentName", applicationName: "test-applicationName" /* optional arguments */ )