getResourcesInEnvironmentTier

On this page
Back to index

Summary

Retrieves the list of resources in an environment tier.
projectName
Stringrequired
The name for the project that must be unique among all projects.
environmentName
Stringrequired
The name of the environment.
environmentTierName
Stringrequired
Name for the environment tier; must be unique among all tiers for the environment.

Usage

Perl

$cmdr->getResourcesInEnvironmentTier( "test-projectName", # projectName "test-environmentName", # environmentName "test-environmentTierName" # environmentTierName );

ectool

ectool getResourcesInEnvironmentTier \ "test-projectName" `# projectName` \ "test-environmentName" `# environmentName` \ "test-environmentTierName" `# environmentTierName`