Back to index
Summary
Retrieves the report object attribute values from DevOps Insight Server.Contents of the result set vary based on the type of reportObjectAttributeName
:
-
For enumerated types, all possible types are returned.
-
For string types, all values in the CloudBees Analytics server are returned.
-
For Boolean types, the Boolean values in the CloudBees Analytics server are returned.
reportObjectTypeNameStringrequiredReport object type for which this attribute is defined. The attribute is owned by the specified report object type. reportObjectAttributeNameStringrequiredThe name of the report object attribute. actualParameterArrayoptionalParameters passed as arguments to the reporting filter. dashboardNameStringoptionalThe name of the dashboard. dashboardProjectNameStringoptionalThe name of the dashboard project. filterArrayoptionalA list of zero or more filter criteria definitions used to define objects to find. fromIndexIntegeroptionalThe index of the first value to be retrieved, numbered from 0. maxValuesIntegeroptionalThe maximum number of values to return at a time. reportingFilterNameStringoptionalThe name of the reporting filter. valueStartsWithStringoptionalString that the values begin with. |
Usage
Perl
$cmdr->getReportObjectAttributeValues( "test-reportObjectTypeName", # reportObjectTypeName "test-reportObjectAttributeName" # reportObjectAttributeName # optionals );
ectool
ectool getReportObjectAttributeValues \ "test-reportObjectTypeName" `# reportObjectTypeName` \ "test-reportObjectAttributeName" `# reportObjectAttributeName` \ # optionals