getEnvironmentTiers

Back to index

Summary

Retrieves all environment tiers in an environment.
projectName
Stringrequired
The name for the project that must be unique among all projects.
environmentName
Stringrequired
The name of the environment.

Usage

Perl

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

ectool

ectool getEnvironmentTiers \ "test-projectName" `# projectName` \ "test-environmentName" `# environmentName`

Examples

Perl

$cmdr->getEnvironmentTiers("Default", "QA Lab");

ectool

ectool getEnvironmentTiers "Default" "QA Lab"