getEnvironmentTemplateTierMaps

Back to index

Summary

Retrieves all the environment template tier maps used by the specified application.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringrequired
The name of the application.
applicationEntityRevisionId
UUIDoptional
The revision ID of the versioned object.
orderByEnvironmentTemplateUsage
Booleanoptional
True to return most recently used environment template.

Usage

Perl

$cmdr->getEnvironmentTemplateTierMaps( "test-projectName", # projectName "test-applicationName" # applicationName # optionals );

ectool

ectool getEnvironmentTemplateTierMaps \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ # optionals

Examples

Perl

$cmdr->getEnvironmentTemplateTierMaps("Default", "Undeploy");

ectool

ectool getEnvironmentTemplateTierMaps "Default" "Undeploy"