Skip to content

Commit 45d8c44

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit b7e0d58 of spec repo (#281)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 23f281a commit 45d8c44

File tree

4 files changed

+31
-25
lines changed

4 files changed

+31
-25
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.dev2",
7-
"regenerated": "2021-02-15 11:13:29.194568",
8-
"spec_repo_commit": "ef83c8b"
7+
"regenerated": "2021-02-15 13:20:10.043452",
8+
"spec_repo_commit": "b7e0d58"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev2",
12-
"regenerated": "2021-02-15 11:14:09.565676",
13-
"spec_repo_commit": "ef83c8b"
12+
"regenerated": "2021-02-15 13:20:52.034342",
13+
"spec_repo_commit": "b7e0d58"
1414
}
1515
}
1616
}

docs/v2/MetricsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Method | HTTP request | Description
1616
1717
Create a Tag Configuration
1818

19-
Create and define a list of queryable tag keys for a count/gauge/rate/distribution metric. Can only be used with application keys of users with the `Manage Tags for Metrics` permission.
19+
Create and define a list of queryable tag keys for a count/gauge/rate/distribution metric. Optionally, include percentile aggregations on any distribution metric. Can only be used with application keys of users with the `Manage Tags for Metrics` permission.
2020

2121
### Example
2222

@@ -339,7 +339,7 @@ Name | Type | Description | Notes
339339
340340
Update a Tag Configuration
341341

342-
Update the tag configuration of a metric. Can only be used with application keys from users with the `Manage Tags for Metrics` permission.
342+
Update the tag configuration of a metric or percentile aggregations of a distribution metric. Can only be used with application keys from users with the `Manage Tags for Metrics` permission.
343343

344344
### Example
345345

src/datadog_api_client/v2/api/metrics_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, api_client=None):
4141
def __create_tag_configuration(self, metric_name, body, **kwargs):
4242
"""Create a Tag Configuration # noqa: E501
4343
44-
Create and define a list of queryable tag keys for a count/gauge/rate/distribution metric. Can only be used with application keys of users with the `Manage Tags for Metrics` permission. # noqa: E501
44+
Create and define a list of queryable tag keys for a count/gauge/rate/distribution metric. Optionally, include percentile aggregations on any distribution metric. Can only be used with application keys of users with the `Manage Tags for Metrics` permission. # noqa: E501
4545
This method makes a synchronous HTTP request by default. To make an
4646
asynchronous HTTP request, please pass async_req=True
4747
@@ -419,7 +419,7 @@ def __list_tag_configurations(self, **kwargs):
419419
def __update_tag_configuration(self, metric_name, body, **kwargs):
420420
"""Update a Tag Configuration # noqa: E501
421421
422-
Update the tag configuration of a metric. Can only be used with application keys from users with the `Manage Tags for Metrics` permission. # noqa: E501
422+
Update the tag configuration of a metric or percentile aggregations of a distribution metric. Can only be used with application keys from users with the `Manage Tags for Metrics` permission. # noqa: E501
423423
This method makes a synchronous HTTP request by default. To make an
424424
asynchronous HTTP request, please pass async_req=True
425425

src/datadog_api_client/v2/openapi.yaml

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6173,9 +6173,10 @@ paths:
61736173
- Metrics
61746174
x-undo:
61756175
type: safe
6176-
x-unstable: "**Note: This endpoint is in public beta and is only accessible\
6177-
\ for customers who have Metrics Without Limits&trade;.\nIf you\u2019re interested\
6178-
\ in this feature, please contact your Customer Support Manager.**"
6176+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types\
6177+
\ is only accessible for Metrics without Limits&trade; beta customers.\nIf\
6178+
\ you\u2019re interested in Metrics without Limits&trade;, please contact\
6179+
\ your Customer Success Manager.**"
61796180
/api/v2/metrics/{metric_name}/tags:
61806181
delete:
61816182
description: 'Deletes a metric''s tag configuration. Can only be used with application
@@ -6210,9 +6211,10 @@ paths:
62106211
- Metrics
62116212
x-undo:
62126213
type: idempotent
6213-
x-unstable: "**Note: This endpoint is in public beta and is only accessible\
6214-
\ for customers who have Metrics Without Limits&trade;.\nIf you\u2019re interested\
6215-
\ in this feature, please contact your Customer Support Manager.**"
6214+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types\
6215+
\ is only accessible for Metrics without Limits&trade; beta customers.\nIf\
6216+
\ you\u2019re interested in Metrics without Limits&trade;, please contact\
6217+
\ your Customer Success Manager.**"
62166218
get:
62176219
description: Returns the tag configuration for the given metric name.
62186220
operationId: ListTagConfigurationByName
@@ -6248,11 +6250,13 @@ paths:
62486250
- Metrics
62496251
x-undo:
62506252
type: safe
6251-
x-unstable: "**Note: This endpoint is in public beta and is only accessible\
6252-
\ for customers who have Metrics Without Limits&trade;.\nIf you\u2019re interested\
6253-
\ in this feature, please contact your Customer Support Manager.**"
6253+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types\
6254+
\ is only accessible for Metrics without Limits&trade; beta customers.\nIf\
6255+
\ you\u2019re interested in Metrics without Limits&trade;, please contact\
6256+
\ your Customer Success Manager.**"
62546257
patch:
6255-
description: 'Update the tag configuration of a metric. Can only be used with
6258+
description: 'Update the tag configuration of a metric or percentile aggregations
6259+
of a distribution metric. Can only be used with
62566260
62576261
application keys from users with the `Manage Tags for Metrics` permission.'
62586262
operationId: UpdateTagConfiguration
@@ -6301,12 +6305,13 @@ paths:
63016305
x-codegen-request-body-name: body
63026306
x-undo:
63036307
type: idempotent
6304-
x-unstable: "**Note: This endpoint is in public beta and is only accessible\
6305-
\ for customers who have Metrics Without Limits&trade;.\nIf you\u2019re interested\
6306-
\ in this feature, please contact your Customer Support Manager.**"
6308+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types\
6309+
\ is only accessible for Metrics without Limits&trade; beta customers.\nIf\
6310+
\ you\u2019re interested in Metrics without Limits&trade;, please contact\
6311+
\ your Customer Success Manager.**"
63076312
post:
63086313
description: 'Create and define a list of queryable tag keys for a count/gauge/rate/distribution
6309-
metric.
6314+
metric. Optionally, include percentile aggregations on any distribution metric.
63106315
63116316
Can only be used with application keys of users with the `Manage Tags for
63126317
Metrics` permission.'
@@ -6371,9 +6376,10 @@ paths:
63716376
- name: metric_name
63726377
source: data.id
63736378
type: unsafe
6374-
x-unstable: "**Note: This endpoint is in public beta and is only accessible\
6375-
\ for customers who have Metrics Without Limits&trade;.\nIf you\u2019re interested\
6376-
\ in this feature, please contact your Customer Support Manager.**"
6379+
x-unstable: "**Note: Use of this endpoint for count/gauge/rate metric types\
6380+
\ is only accessible for Metrics without Limits&trade; beta customers.\nIf\
6381+
\ you\u2019re interested in Metrics without Limits&trade;, please contact\
6382+
\ your Customer Success Manager.**"
63776383
/api/v2/permissions:
63786384
get:
63796385
description: Returns a list of all permissions, including name, description,

0 commit comments

Comments
 (0)