MetricListRequest

Prev Next

Available in Classic and VPC

This is the metric list query information.

Syntax

The syntax is as follows:

private String prodKey;
private String query;
private List<String> idDimensions;
private List<DimensionDto> dimValues;
private List<DimensionsSelected> dimensionsSelectedList;

Field

The following describes the fields:

Field Type Required Description
prodKey String Required cw_key of the product
query String Optional Keywords
idDimensions List Optional idDimension to query
dimValues List<DimensionDto> Optional Information of dimension to be searched
dimensionsSelectedList List<DimensionsSelected> Optional Search with a specific dimension value.