Back to index
Summary
Retrieves all application tiers that are used by the given component.projectNameStringrequiredThe name for the project that must be unique among all projects. componentNameStringrequiredThe name of the component. applicationEntityRevisionIdUUIDoptionalThe revision ID of the versioned object. applicationNameStringoptionalThe name of an application to scope this component to. |
Usage
Perl
$cmdr->getApplicationTiersInComponent( "test-projectName", # projectName "test-componentName" # componentName # optionals );
ectool
ectool getApplicationTiersInComponent \ "test-projectName" `# projectName` \ "test-componentName" `# componentName` \ # optionals