getComponent

On this page
Back to index

Summary

Retrieves a component by name.
projectName
Stringrequired
The name for the project that must be unique among all projects.
componentName
Stringrequired
The name of the component.
applicationEntityRevisionId
Stringoptional
The revision ID of the versioned object.
applicationName
Stringoptional
The name of an application to scope this component to.

Usage

Perl

$cmdr->getComponent( "test-projectName", # projectName "test-componentName" # componentName # optionals );

ectool

ectool getComponent \ "test-projectName" `# projectName` \ "test-componentName" `# componentName` \ # optionals