getComponents

Back to index

Summary

Retrieves all components in a project.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationEntityRevisionId
UUIDoptional
The revision ID of the versioned object.
applicationName
Stringoptional
Name of the application. Specify to search for components scoped to an application.

Usage

Perl

$cmdr->getComponents( "test-projectName" # projectName # optionals );

ectool

ectool getComponents \ "test-projectName" `# projectName` \ # optionals

Examples

Perl

$cmdr->getComponents("Default", {applicationEntityRevisionId => "4fa765dd-73f1-11e3-b67e-b0a420524153"});

ectool

ectool getComponents "Default" --applicationEntityRevisionId "4fa765dd-73f1-11e3-b67e-b0a420524153"