getReportObjectAttribute

Back to index

Summary

Retrieves a report object attribute by name.
reportObjectTypeName
Stringrequired
Report object type for which this attribute is defined. The attribute is owned by the specified report object type.
reportObjectAttributeName
Stringrequired
The name of the report object attribute.

Usage

Perl

$cmdr->getReportObjectAttribute( "test-reportObjectTypeName", # reportObjectTypeName "test-reportObjectAttributeName" # reportObjectAttributeName );

ectool

ectool getReportObjectAttribute \ "test-reportObjectTypeName" `# reportObjectTypeName` \ "test-reportObjectAttributeName" `# reportObjectAttributeName`

Examples

Perl

$cmdr->getReportObjectAttribute("deployment", "modifiedOn");

ectool

ectool getReportObjectAttribute "deployment" "modifiedOn"