getReport

On this page
Back to index

Summary

Retrieves a report by name.
projectName
Stringrequired
The name for the project that must be unique among all projects.
reportName
Stringrequired
The name of the report.

Usage

Perl

$cmdr->getReport( "test-projectName", # projectName "test-reportName" # reportName );

ectool

ectool getReport \ "test-projectName" `# projectName` \ "test-reportName" `# reportName`