Skip to content

Commit 0967e2d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 5781cbe of spec repo
1 parent 0edb154 commit 0967e2d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175278,7 +175278,9 @@ paths:
175278175278
post:
175279175279
description: |-
175280175280
Query timeseries data across various data sources and
175281-
process the data by applying formulas and functions.
175281+
process the data by applying formulas and functions. Datadog recommends
175282+
using this endpoint over the v1 `/api/v1/query` endpoint for querying
175283+
timeseries data.
175282175284
operationId: QueryTimeseriesData
175283175285
requestBody:
175284175286
content:

src/datadog_api_client/v2/api/metrics_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,9 @@ def query_timeseries_data(
16611661
"""Query timeseries data across multiple products.
16621662
16631663
Query timeseries data across various data sources and
1664-
process the data by applying formulas and functions.
1664+
process the data by applying formulas and functions. Datadog recommends
1665+
using this endpoint over the v1 ``/api/v1/query`` endpoint for querying
1666+
timeseries data.
16651667
16661668
:type body: TimeseriesFormulaQueryRequest
16671669
:rtype: TimeseriesFormulaQueryResponse

0 commit comments

Comments
 (0)