getApplicationTiersInComponent

Back to index

Summary

Retrieves all application tiers that are used by the given component.
projectName
Stringrequired
The name for the project that must be unique among all projects.
componentName
Stringrequired
The name of the component.
applicationEntityRevisionId
UUIDoptional
The revision ID of the versioned object.
applicationName
Stringoptional
The 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

Examples

Perl

$cmdr->getApplicationTiersInComponent("Default", "WAR file", {applicationName => "Snapshot"});

ectool

ectool getApplicationTiersInComponent "Default" "WAR file" --applicationName "Snapshot"