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