DataQueryRequest
- Print
- PDF
DataQueryRequest
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is the data query request information.
Syntax
The syntax is as follows.
private long timeStart;
private long timeEnd;
private String productName;
private String cw_key;
private String metric;
private Interval interval;
private Calculation aggregation;
private QueryAggregation queryAggregation;
private Map<String, String> dimensions;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
timeStart | long | Optional | Query start time (milliseconds) |
timeEnd | long | Optional | Query end time (milliseconds) |
productName | String | Optional | Product name |
cw_key | String | Required | cw_key of the product |
metric | String | Required | Metric name to be searched |
interval | Interval | Optional | Aggregation interval for the data you want to query
|
aggregation | Calculation | Optional | Aggregation function for the data you want to query
|
queryAggregation | QueryAggregation | Optional | Method of processing query results in case of insufficient query standards
|
dimensions | Map<String, String> | Required | Specify the dimension to query in JSON format |
Note
This is the case where multiple data exists as a result of the actual query because the dimension conditions for the metric you are looking at are not clear enough. In such cases, aggregated values are returned by the method specified in queryAggregation.
Was this article helpful?