getReportObjectAttributes

Back to index

Summary

Retrieves all report object attributes for the report object type.
reportObjectTypeName
Stringrequired
Report object type for which this attribute is defined. The attribute is owned by the specified report object type.

Usage

Perl

$cmdr->getReportObjectAttributes( "test-reportObjectTypeName" # reportObjectTypeName );

ectool

ectool getReportObjectAttributes \ "test-reportObjectTypeName" `# reportObjectTypeName`

Examples

Perl

$cmdr->getReportObjectAttributes("deploy");

ectool

ectool getReportObjectAttributes "incident"