Skip to content

Commit 8894b0b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 5a020acd of spec repo (#1064)
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 cb8c011 commit 8894b0b

File tree

6 files changed

+49
-15
lines changed

6 files changed

+49
-15
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.6.2",
7-
"regenerated": "2022-07-05 09:55:37.591663",
8-
"spec_repo_commit": "2439bda0"
7+
"regenerated": "2022-07-08 15:01:17.085008",
8+
"spec_repo_commit": "5a020acd"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-07-05 09:55:37.605235",
13-
"spec_repo_commit": "2439bda0"
12+
"regenerated": "2022-07-08 15:01:17.097192",
13+
"spec_repo_commit": "5a020acd"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6798,7 +6798,7 @@ components:
67986798
type: string
67996799
tag_config_source:
68006800
description: The source of the usage attribution tag configuration and the
6801-
selected tags in the format `<source_org_name>:<selected tag 1>///<selected
6801+
selected tags in the format `<source_org_name>:::<selected tag 1>///<selected
68026802
tag 2>///<selected tag 3>`.
68036803
type: string
68046804
tags:
@@ -13395,8 +13395,8 @@ components:
1339513395
type: string
1339613396
tag_config_source:
1339713397
description: The source of the usage attribution tag configuration and the
13398-
selected tags in the format `<source_org_name>:<selected tag 1>-<selected
13399-
tag 2>-<selected tag 3>`.
13398+
selected tags in the format `<source_org_name>:::<selected tag 1>///<selected
13399+
tag 2>///<selected tag 3>`.
1340013400
type: string
1340113401
tags:
1340213402
$ref: '#/components/schemas/UsageAttributionTagNames'
@@ -13598,13 +13598,31 @@ components:
1359813598
- ALL
1359913599
UsageAttributionTagNames:
1360013600
additionalProperties:
13601-
description: A list of tag values.
13601+
description: 'A list of values that are associated with each tag key.
13602+
13603+
13604+
- An empty list means the resource use wasn''t tagged with the respective
13605+
tag.
13606+
13607+
- Multiple values means the respective tag was applied multiple times on
13608+
the resource.
13609+
13610+
- An `<empty>` value means the resource was tagged with the respective tag
13611+
but did not have a value.'
1360213612
items:
1360313613
description: A given tag in a list.
1360413614
example: datadog-integrations-lab
1360513615
type: string
1360613616
type: array
13607-
description: Usage Summary by tag name.
13617+
description: 'Tag keys and values.
13618+
13619+
13620+
A `null` value here means that the requested tag breakdown cannot be applied
13621+
because it does not match the [tags
13622+
13623+
configured for usage attribution](https://docs.datadoghq.com/account_management/billing/usage_attribution/#getting-started).
13624+
13625+
In this scenario the API returns the total usage, not broken down by tags.'
1360813626
type: object
1360913627
UsageAttributionValues:
1361013628
description: Fields in Usage Summary by tag(s).

src/datadog_api_client/v1/model/hourly_usage_attribution_body.py

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/monthly_usage_attribution_body.py

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_attribution_body.py

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/usage_attribution_tag_names.py

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)