Skip to content

Commit df0da13

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b83f43b of spec repo
1 parent 21ccba2 commit df0da13

7 files changed

Lines changed: 26 additions & 11 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82474,7 +82474,10 @@ components:
8247482474
$ref: "#/components/schemas/ProductAnalyticsGroupBy"
8247582475
type: array
8247682476
indexes:
82477-
description: Restrict the query to specific indexes. Max 1 entry.
82477+
deprecated: true
82478+
description: |-
82479+
Deprecated. Index selection is a rollout detail and will be removed.
82480+
Do not set this field.
8247882481
items:
8247982482
description: Index name to restrict the query to.
8248082483
type: string
@@ -82512,6 +82515,10 @@ components:
8251282515
properties:
8251382516
enforced_execution_type:
8251482517
$ref: "#/components/schemas/ProductAnalyticsExecutionType"
82518+
deprecated: true
82519+
description: |-
82520+
Deprecated. Selects the internal query execution infrastructure and will be removed.
82521+
Do not set this field.
8251582522
from:
8251682523
description: Start time in epoch milliseconds. Must be less than `to`.
8251782524
example: 1771232048460
@@ -82520,7 +82527,7 @@ components:
8252082527
query:
8252182528
$ref: "#/components/schemas/ProductAnalyticsAnalyticsQuery"
8252282529
request_id:
82523-
description: Optional request ID for multi-step query continuation.
82530+
description: Unique identifier of the query.
8252482531
type: string
8252582532
to:
8252682533
description: End time in epoch milliseconds.
@@ -82633,7 +82640,9 @@ components:
8263382640
example: count
8263482641
type: string
8263582642
interval:
82636-
description: Time bucket size in milliseconds. Required for timeseries queries.
82643+
description: |-
82644+
Time bucket size in milliseconds. Required for timeseries queries; ignored by the
82645+
scalar endpoint, which returns a single value.
8263782646
example: 3600000
8263882647
format: int64
8263982648
type: integer
@@ -82796,7 +82805,7 @@ components:
8279682805
description: Metadata for a Product Analytics query response.
8279782806
properties:
8279882807
request_id:
82799-
description: Unique identifier for the request, used for multi-step query continuation.
82808+
description: Unique identifier of the query.
8280082809
type: string
8280182810
status:
8280282811
$ref: "#/components/schemas/ProductAnalyticsResponseMetaStatus"
@@ -83016,7 +83025,9 @@ components:
8301683025
$ref: "#/components/schemas/ProductAnalyticsResponseMeta"
8301783026
type: object
8301883027
ProductAnalyticsTimeseriesResponseAttributes:
83019-
description: Attributes of a timeseries analytics response, containing series data, timestamps, and interval definitions.
83028+
description: |-
83029+
Attributes of a timeseries analytics response, containing series data, timestamps, and
83030+
interval definitions.
8302083031
properties:
8302183032
intervals:
8302283033
description: Interval definitions describing the time buckets used in the response.

src/datadog_api_client/v2/model/product_analytics_analytics_query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def __init__(
7373
:param group_by: Group-by rules for segmenting results.
7474
:type group_by: [ProductAnalyticsGroupBy], optional
7575
76-
:param indexes: Restrict the query to specific indexes. Max 1 entry.
76+
:param indexes: Deprecated. Index selection is a rollout detail and will be removed.
77+
Do not set this field. **Deprecated**.
7778
:type indexes: [str], optional
7879
7980
:param query: A query definition discriminated by the ``data_source`` field.

src/datadog_api_client/v2/model/product_analytics_analytics_request_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(
6161
:param query: The analytics query definition containing a base query, compute rule, and optional grouping.
6262
:type query: ProductAnalyticsAnalyticsQuery
6363
64-
:param request_id: Optional request ID for multi-step query continuation.
64+
:param request_id: Unique identifier of the query.
6565
:type request_id: str, optional
6666
6767
:param to: End time in epoch milliseconds.

src/datadog_api_client/v2/model/product_analytics_compute.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def __init__(
4141
:param aggregation: The aggregation function (count, cardinality, avg, sum, min, max, etc.).
4242
:type aggregation: str
4343
44-
:param interval: Time bucket size in milliseconds. Required for timeseries queries.
44+
:param interval: Time bucket size in milliseconds. Required for timeseries queries; ignored by the
45+
scalar endpoint, which returns a single value.
4546
:type interval: int, optional
4647
4748
:param metric: The metric to aggregate on. Required for non-count aggregations.

src/datadog_api_client/v2/model/product_analytics_response_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(
4343
"""
4444
Metadata for a Product Analytics query response.
4545
46-
:param request_id: Unique identifier for the request, used for multi-step query continuation.
46+
:param request_id: Unique identifier of the query.
4747
:type request_id: str, optional
4848
4949
:param status: The execution status of a Product Analytics query.

src/datadog_api_client/v2/model/product_analytics_timeseries_response_attributes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ def __init__(
4848
**kwargs,
4949
):
5050
"""
51-
Attributes of a timeseries analytics response, containing series data, timestamps, and interval definitions.
51+
Attributes of a timeseries analytics response, containing series data, timestamps, and
52+
interval definitions.
5253
5354
:param intervals: Interval definitions describing the time buckets used in the response.
5455
:type intervals: [ProductAnalyticsInterval], optional

src/datadog_api_client/v2/model/product_analytics_timeseries_response_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def __init__(
5454
"""
5555
Data object for a timeseries analytics response.
5656
57-
:param attributes: Attributes of a timeseries analytics response, containing series data, timestamps, and interval definitions.
57+
:param attributes: Attributes of a timeseries analytics response, containing series data, timestamps, and
58+
interval definitions.
5859
:type attributes: ProductAnalyticsTimeseriesResponseAttributes, optional
5960
6061
:param id: Unique identifier for this response data object.

0 commit comments

Comments
 (0)