modifyEnvironmentTemplateTierMapping

On this page
Back to index

Summary

Modifies an existing environment template tier mapping.
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.
applicationTierName
Stringoptional
Name of the application tier.
environmentProjectName
Stringoptional
The name of the environment template's project name.
environmentTemplateName
Stringoptional
The name of the environment template.
environmentTemplateTierMapName
Stringoptional
The name of the environment template tier map.
environmentTemplateTierMappingName
Stringoptional
The name of the environment template tier mapping. If not specified the operation will assume a UUID string.
environmentTemplateTierName
Stringoptional
Name of the environment template tier.
newName
Stringoptional
The 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