Back to index
Summary
Retrieves a list of resources in a pool.resourcePoolNameStringoptionalThe name of the resource pool. jobStepIdStringoptionalIf non-null, will be used as context object for orderingFilter expansions. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getResourcesInPool( /* optional arguments */ )