getResourcesInPool

On this page
Back to index

Summary

Retrieves a list of resources in a pool.
resourcePoolName
Stringoptional
The name of the resource pool.
jobStepId
Stringoptional
If 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 */ )