Back to index
Summary
Creates a new environment template tier mapping for an environment template tier map.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. applicationEntityRevisionIdUUIDoptionalThe revision ID of the versioned object. applicationTierNameStringoptionalName of the application tier. environmentProjectNameStringoptionalThe name of the environment template's project name. environmentTemplateNameStringoptionalThe name of the environment template. environmentTemplateTierMapNameStringoptionalThe name of the environment template tier map. environmentTemplateTierMappingNameStringoptionalThe name of the environment template tier mapping. If not specified the operation will assume a UUID string. environmentTemplateTierNameStringoptionalName of the environment template tier. |
Usage
Perl
$cmdr->createEnvironmentTemplateTierMapping( "test-projectName", # projectName "test-applicationName" # applicationName # optionals );
ectool
ectool createEnvironmentTemplateTierMapping \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ # optionals