Back to index
Summary
Deletes a tier mapping from a tier map.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. environmentProjectNameStringrequiredThe name of the environment's project name. environmentNameStringrequiredThe name of the environment. applicationTierNameStringrequiredThe name of the application tier. applicationEntityRevisionIdUUIDoptionalThe revision ID of the versioned object. |
Usage
Perl
$cmdr->deleteTierMapping( "test-projectName", # projectName "test-applicationName", # applicationName "test-environmentProjectName", # environmentProjectName "test-environmentName", # environmentName "test-applicationTierName" # applicationTierName # optionals );
ectool
ectool deleteTierMapping \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ "test-environmentProjectName" `# environmentProjectName` \ "test-environmentName" `# environmentName` \ "test-applicationTierName" `# applicationTierName` \ # optionals