getResourcesInPool

Back to index

Summary

Retrieves a list of resources in a pool.
resourcePoolName
Stringrequired
The name of the resource pool.
jobStepId
UUIDoptional
If non-null, will be used as context object for orderingFilter expansions.

Usage

Perl

$cmdr->getResourcesInPool( "test-resourcePoolName" # resourcePoolName # optionals );

ectool

ectool getResourcesInPool \ "test-resourcePoolName" `# resourcePoolName` \ # optionals

Examples

Perl

$cmdr->getResourcesInPool("Windows Pool");

ectool

ectool getResourcesInPool "Windows Pool"