Back to index
Summary
Retrieves all application tiers in an application.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. applicationEntityRevisionIdUUIDoptionalThe 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