Skip to content

Commit 9dabefe

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 5ba3857 of spec repo (#2923)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 80ba775 commit 9dabefe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.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:

src/datadog_api_client/v1/model/formula_and_function_events_data_source.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class FormulaAndFunctionEventsDataSource(ModelSimple):
1616
"""
1717
Data source for event platform-based queries.
1818
19-
:param value: Must be one of ["logs", "spans", "network", "rum", "security_signals", "profiles", "audit", "events", "ci_tests", "ci_pipelines", "incident_analytics", "product_analytics"].
19+
:param value: Must be one of ["logs", "spans", "network", "rum", "security_signals", "profiles", "audit", "events", "ci_tests", "ci_pipelines", "incident_analytics", "product_analytics", "on_call_events"].
2020
:type value: str
2121
"""
2222

@@ -33,6 +33,7 @@ class FormulaAndFunctionEventsDataSource(ModelSimple):
3333
"ci_pipelines",
3434
"incident_analytics",
3535
"product_analytics",
36+
"on_call_events",
3637
}
3738
LOGS: ClassVar["FormulaAndFunctionEventsDataSource"]
3839
SPANS: ClassVar["FormulaAndFunctionEventsDataSource"]
@@ -46,6 +47,7 @@ class FormulaAndFunctionEventsDataSource(ModelSimple):
4647
CI_PIPELINES: ClassVar["FormulaAndFunctionEventsDataSource"]
4748
INCIDENT_ANALYTICS: ClassVar["FormulaAndFunctionEventsDataSource"]
4849
PRODUCT_ANALYTICS: ClassVar["FormulaAndFunctionEventsDataSource"]
50+
ON_CALL_EVENTS: ClassVar["FormulaAndFunctionEventsDataSource"]
4951

5052
@cached_property
5153
def openapi_types(_):
@@ -66,3 +68,4 @@ def openapi_types(_):
6668
FormulaAndFunctionEventsDataSource.CI_PIPELINES = FormulaAndFunctionEventsDataSource("ci_pipelines")
6769
FormulaAndFunctionEventsDataSource.INCIDENT_ANALYTICS = FormulaAndFunctionEventsDataSource("incident_analytics")
6870
FormulaAndFunctionEventsDataSource.PRODUCT_ANALYTICS = FormulaAndFunctionEventsDataSource("product_analytics")
71+
FormulaAndFunctionEventsDataSource.ON_CALL_EVENTS = FormulaAndFunctionEventsDataSource("on_call_events")

0 commit comments

Comments
 (0)