createEnvironmentTemplateTierMapping

On this page
Back to index

Summary

Creates a new environment template tier mapping for an environment template tier map.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringrequired
The name of the application.
applicationEntityRevisionId
Stringoptional
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.

Usage

Perl

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

ectool

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