Back to index
Summary
Retrieves the list of resource pools in the specified environment tier.projectNameStringrequiredThe name for the project that must be unique among all projects. environmentNameStringrequiredThe name of the environment. environmentTierNameStringrequiredName for the environment tier; must be unique among all tiers for the environment. |
Usage
Perl
$cmdr->getResourcePoolsInEnvironmentTier( "test-projectName", # projectName "test-environmentName", # environmentName "test-environmentTierName" # environmentTierName );
ectool
ectool getResourcePoolsInEnvironmentTier \ "test-projectName" `# projectName` \ "test-environmentName" `# environmentName` \ "test-environmentTierName" `# environmentTierName`