Sha256: 8ea9a6b6a47481fd6d9e00e59c5ef6ef2c390257ab5559e3ffb4ab86796555cd

Contents?: true

Size: 1.06 KB

Versions: 5

Compression:

Stored size: 1.06 KB

Contents

# SematextCloud::DataSeriesRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**default_interval** | **Integer** |  | [optional]
**_end** | **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** | [**Hash<String, 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** | **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** | **String** |  | [optional]
**metric** | **String** | Metric name or metric group prefix |
**start** | **String** | Start time of interval. Can be expressed as timestamp in milliseconds or UTC date in yyyy-MM-dd HH:mm:ss format | [optional]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
SematextCloud-0.1.4 docs/DataSeriesRequest.md
SematextCloud-0.1.3 docs/DataSeriesRequest.md
SematextCloud-0.1.2 docs/DataSeriesRequest.md
SematextCloud-0.1.1 docs/DataSeriesRequest.md
SematextCloud-0.1.0 docs/DataSeriesRequest.md