Sha256: aa426af5230f4842ba8bd81a7343e11a26367219afdc7d511504c0c655e6a253
Contents?: true
Size: 1.73 KB
Versions: 4
Compression:
Stored size: 1.73 KB
Contents
# DatadogAPIClient::V1::SLOHistoryResponseData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **from_ts** | **Integer** | The `from` timestamp in epoch seconds. | [optional] | | **group_by** | **Array<String>** | For `metric` based SLOs where the query includes a group-by clause, this represents the list of grouping parameters. This is not included in responses for `monitor` based SLOs. | [optional] | | **groups** | [**Array<SLOHistorySLIData>**](SLOHistorySLIData.md) | For grouped SLOs, this represents SLI data for specific groups. This is not included in the responses for `metric` based SLOs. | [optional] | | **monitors** | [**Array<SLOHistorySLIData>**](SLOHistorySLIData.md) | For multi-monitor SLOs, this represents SLI data for specific monitors. This is not included in the responses for `metric` based SLOs. | [optional] | | **overall** | [**SLOHistorySLIData**](SLOHistorySLIData.md) | | [optional] | | **series** | [**SLOHistoryMetrics**](SLOHistoryMetrics.md) | | [optional] | | **thresholds** | [**Hash<String, SLOThreshold>**](SLOThreshold.md) | mapping of string timeframe to the SLO threshold. | [optional] | | **to_ts** | **Integer** | The `to` timestamp in epoch seconds. | [optional] | | **type** | [**SLOType**](SLOType.md) | | [optional] | | **type_id** | [**SLOTypeNumeric**](SLOTypeNumeric.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SLOHistoryResponseData.new( from_ts: 1615323990, group_by: [], groups: [], monitors: [], overall: null, series: null, thresholds: {}, to_ts: 1615928790, type: null, type_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems