getApplicationTiers

Back to index

Summary

Retrieves all application tiers in an application.
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.

Usage

Perl

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

ectool

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

Examples

Perl

$cmdr->getApplicationTiers("Default", "Deploy", {applicationEntityRevisionId => "4fa765dd-73f1-11e3-b67e-b0a420524153"});

ectool

ectool getApplicationTiers "Default" "Deploy" --applicationEntityRevisionId 4fa765dd-73f1-11e3-b67e-b0a420524153