Back to index
Summary
Retrieves the report object attribute values from DevOps Insight Server.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. actualParametersArray<ActualParameter>optionalParameters passed as arguments to the reporting filter. dashboardNameStringoptionalThe name of the dashboard. dashboardProjectNameStringoptionalThe name of the dashboard project. filtersArray<Filter>optionalA 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
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getReportObjectAttributeValues( reportObjectTypeName: "test-reportObjectTypeName", reportObjectAttributeName: "test-reportObjectAttributeName" /* optional arguments */ )