getApplicationTiers

On this page
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
Stringoptional
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