Skip to content

Commit 38b6bf3

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit ccc57f4 of spec repo (#468)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent a3e3999 commit 38b6bf3

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev8",
7-
"regenerated": "2021-06-15 15:14:12.181761",
8-
"spec_repo_commit": "67742c8"
7+
"regenerated": "2021-06-17 07:14:30.122815",
8+
"spec_repo_commit": "ccc57f4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-06-15 15:14:36.077096",
13-
"spec_repo_commit": "67742c8"
12+
"regenerated": "2021-06-17 07:14:52.391419",
13+
"spec_repo_commit": "ccc57f4"
1414
}
1515
}
1616
}

docs/v1/MetricsQueryMetadata.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ Name | Type | Description | Notes
1313
**length** | **int** | Number of data samples. | [optional] [readonly]
1414
**metric** | **str** | Metric name. | [optional] [readonly]
1515
**pointlist** | [**[Point]**](Point.md) | List of points of the time series. | [optional] [readonly]
16+
**query_index** | **int** | The index of the series&#39; query within the request. | [optional] [readonly]
1617
**scope** | **str** | Metric scope, comma separated list of tags. | [optional] [readonly]
1718
**start** | **int** | Start of the time window, milliseconds since Unix epoch. | [optional] [readonly]
19+
**tag_set** | **[str]** | Unique tags identifying this series. | [optional] [readonly]
1820
**unit** | [**[MetricsQueryUnit]**](MetricsQueryUnit.md) | Detailed information about the metric unit. First element describes the \&quot;primary unit\&quot; (for example, &#x60;bytes&#x60; in &#x60;bytes per second&#x60;), second describes the \&quot;per unit\&quot; (for example, &#x60;second&#x60; in &#x60;bytes per second&#x60;). | [optional] [readonly]
1921

2022
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

src/datadog_api_client/v1/model/metrics_query_metadata.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ def openapi_types():
8787
"length": (int,), # noqa: E501
8888
"metric": (str,), # noqa: E501
8989
"pointlist": ([Point],), # noqa: E501
90+
"query_index": (int,), # noqa: E501
9091
"scope": (str,), # noqa: E501
9192
"start": (int,), # noqa: E501
93+
"tag_set": ([str],), # noqa: E501
9294
"unit": ([MetricsQueryUnit],), # noqa: E501
9395
}
9496

@@ -105,8 +107,10 @@ def discriminator():
105107
"length": "length", # noqa: E501
106108
"metric": "metric", # noqa: E501
107109
"pointlist": "pointlist", # noqa: E501
110+
"query_index": "query_index", # noqa: E501
108111
"scope": "scope", # noqa: E501
109112
"start": "start", # noqa: E501
113+
"tag_set": "tag_set", # noqa: E501
110114
"unit": "unit", # noqa: E501
111115
}
112116

@@ -166,8 +170,10 @@ def __init__(self, *args, **kwargs): # noqa: E501
166170
length (int): Number of data samples.. [optional] # noqa: E501
167171
metric (str): Metric name.. [optional] # noqa: E501
168172
pointlist ([Point]): List of points of the time series.. [optional] # noqa: E501
173+
query_index (int): The index of the series' query within the request.. [optional] # noqa: E501
169174
scope (str): Metric scope, comma separated list of tags.. [optional] # noqa: E501
170175
start (int): Start of the time window, milliseconds since Unix epoch.. [optional] # noqa: E501
176+
tag_set ([str]): Unique tags identifying this series.. [optional] # noqa: E501
171177
unit ([MetricsQueryUnit]): Detailed information about the metric unit. First element describes the \"primary unit\" (for example, `bytes` in `bytes per second`), second describes the \"per unit\" (for example, `second` in `bytes per second`).. [optional] # noqa: E501
172178
"""
173179

src/datadog_api_client/v1/openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4727,6 +4727,11 @@ components:
47274727
$ref: '#/components/schemas/Point'
47284728
readOnly: true
47294729
type: array
4730+
query_index:
4731+
description: The index of the series' query within the request.
4732+
format: int64
4733+
readOnly: true
4734+
type: integer
47304735
scope:
47314736
description: Metric scope, comma separated list of tags.
47324737
example: host:foo,env:test
@@ -4737,6 +4742,13 @@ components:
47374742
format: int64
47384743
readOnly: true
47394744
type: integer
4745+
tag_set:
4746+
description: Unique tags identifying this series.
4747+
items:
4748+
description: Unique tags identifying this series.
4749+
type: string
4750+
readOnly: true
4751+
type: array
47404752
unit:
47414753
description: 'Detailed information about the metric unit.
47424754

0 commit comments

Comments
 (0)