Back to index
Summary
Modifies an existing environment template tier mapping.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. newNameStringoptionalThe new name for an existing object that is being renamed. |
Usage
Perl
$cmdr->modifyEnvironmentTemplateTierMapping( "test-projectName", # projectName "test-applicationName" # applicationName # optionals );
ectool
ectool modifyEnvironmentTemplateTierMapping \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ # optionals