Skip to content

Commit 397bb5f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 5ba3857 of spec repo (#3440)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent bce3ca6 commit 397bb5f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2884,6 +2884,7 @@ components:
28842884
- ci_pipelines
28852885
- incident_analytics
28862886
- product_analytics
2887+
- on_call_events
28872888
example: logs
28882889
type: string
28892890
x-enum-varnames:
@@ -2899,6 +2900,7 @@ components:
28992900
- CI_PIPELINES
29002901
- INCIDENT_ANALYTICS
29012902
- PRODUCT_ANALYTICS
2903+
- ON_CALL_EVENTS
29022904
FormulaAndFunctionMetricAggregation:
29032905
description: The aggregation methods available for metrics queries.
29042906
enum:

api/datadogV1/model_formula_and_function_events_data_source.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const (
2727
FORMULAANDFUNCTIONEVENTSDATASOURCE_CI_PIPELINES FormulaAndFunctionEventsDataSource = "ci_pipelines"
2828
FORMULAANDFUNCTIONEVENTSDATASOURCE_INCIDENT_ANALYTICS FormulaAndFunctionEventsDataSource = "incident_analytics"
2929
FORMULAANDFUNCTIONEVENTSDATASOURCE_PRODUCT_ANALYTICS FormulaAndFunctionEventsDataSource = "product_analytics"
30+
FORMULAANDFUNCTIONEVENTSDATASOURCE_ON_CALL_EVENTS FormulaAndFunctionEventsDataSource = "on_call_events"
3031
)
3132

3233
var allowedFormulaAndFunctionEventsDataSourceEnumValues = []FormulaAndFunctionEventsDataSource{
@@ -42,6 +43,7 @@ var allowedFormulaAndFunctionEventsDataSourceEnumValues = []FormulaAndFunctionEv
4243
FORMULAANDFUNCTIONEVENTSDATASOURCE_CI_PIPELINES,
4344
FORMULAANDFUNCTIONEVENTSDATASOURCE_INCIDENT_ANALYTICS,
4445
FORMULAANDFUNCTIONEVENTSDATASOURCE_PRODUCT_ANALYTICS,
46+
FORMULAANDFUNCTIONEVENTSDATASOURCE_ON_CALL_EVENTS,
4547
}
4648

4749
// GetAllowedValues reeturns the list of possible values.

0 commit comments

Comments
 (0)