Back to index
Summary
Retrieves inventory items by application.filtersArray<Filter>optionalA list of zero or more filter criteria definitions used to define objects to find. firstResultIntegeroptionalResult pagination: the first row to return. numObjectsIntegeroptionalThe number of objects to return as the first page of results. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getApplicationEnvironmentInventory( /* optional arguments */ )