getCatalogItems

Back to index

Summary

Retrieves all catalog items for a catalog.
projectName
Stringrequired
The name for the project that must be unique among all projects.
catalogName
Stringrequired
The name of the catalog.

Usage

Perl

$cmdr->getCatalogItems( "test-projectName", # projectName "test-catalogName" # catalogName );

ectool

ectool getCatalogItems \ "test-projectName" `# projectName` \ "test-catalogName" `# catalogName`

Examples

Perl

$cmdr->getCatalogItems("ENTBU Deploy", "ENTBU Q2 Catalog");

ectool

ectool getCatalogItems "ENTBU Deploy" "ENTBU Q2 Catalog"