# DataSeriesRequest
## Properties
| Name | Type | Description | Notes |
| -------------------- | ------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| **default_interval** | Option<**i64**> | | [optional] |
| **end** | Option<**String**> | End time of interval. Can be expressed as timestamp in milliseconds or UTC date in yyyy-MM-dd HH:mm:ss format | [optional] |
| **filters** | Option<[**::std::collections::HashMap<String, crate::models::DataSeriesFilter>**](DataSeriesFilter.md)> | Map of allowed filter values and aggregation strategy. List of available filter values can be fetched using metric filters endpoint and default aggregation strategy depends on metric | [optional] |
| **granularity** | Option<**String**> | Data points interval granularity between two data points.Default value is \"AUTO\" - calculated based on selected time span. Not required while getting filters. | [optional] |
| **interval** | Option<**String**> | | [optional] |
| **metric** | **String** | Metric name or metric group prefix |
| **start** | Option<**String**> | Start time of interval. Can be expressed as timestamp in milliseconds or UTC date in yyyy-MM-dd HH:mm:ss format | [optional] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)