Back to index
Summary
Retrieves a component by name.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->getComponent( "test-projectName", # projectName "test-componentName" # componentName # optionals );
ectool
ectool getComponent \ "test-projectName" `# projectName` \ "test-componentName" `# componentName` \ # optionals