Skip to content

Commit d325a4a

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

File tree

5 files changed

+44
-14
lines changed

5 files changed

+44
-14
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:25.513530",
8-
"spec_repo_commit": "2439bda0"
7+
"regenerated": "2022-07-08 15:01:23.296113",
8+
"spec_repo_commit": "5a020acd"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-07-05 09:55:25.525535",
13-
"spec_repo_commit": "2439bda0"
12+
"regenerated": "2022-07-08 15:01:23.313740",
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).

packages/datadog-api-client-v1/models/HourlyUsageAttributionBody.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ export class HourlyUsageAttributionBody {
2828
*/
2929
"tagConfigSource"?: string;
3030
/**
31-
* Usage Summary by tag name.
31+
* Tag keys and values.
32+
*
33+
* A `null` value here means that the requested tag breakdown cannot be applied because it does not match the [tags
34+
* configured for usage attribution](https://docs.datadoghq.com/account_management/billing/usage_attribution/#getting-started).
35+
* In this scenario the API returns the total usage, not broken down by tags.
3236
*/
3337
"tags"?: { [key: string]: Array<string> };
3438
/**

packages/datadog-api-client-v1/models/MonthlyUsageAttributionBody.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ export class MonthlyUsageAttributionBody {
2424
*/
2525
"publicId"?: string;
2626
/**
27-
* The source of the usage attribution tag configuration and the selected tags in the format `<source_org_name>:<selected tag 1>///<selected tag 2>///<selected tag 3>`.
27+
* The source of the usage attribution tag configuration and the selected tags in the format `<source_org_name>:::<selected tag 1>///<selected tag 2>///<selected tag 3>`.
2828
*/
2929
"tagConfigSource"?: string;
3030
/**
31-
* Usage Summary by tag name.
31+
* Tag keys and values.
32+
*
33+
* A `null` value here means that the requested tag breakdown cannot be applied because it does not match the [tags
34+
* configured for usage attribution](https://docs.datadoghq.com/account_management/billing/usage_attribution/#getting-started).
35+
* In this scenario the API returns the total usage, not broken down by tags.
3236
*/
3337
"tags"?: { [key: string]: Array<string> };
3438
/**

packages/datadog-api-client-v1/models/UsageAttributionBody.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ export class UsageAttributionBody {
2424
*/
2525
"publicId"?: string;
2626
/**
27-
* The source of the usage attribution tag configuration and the selected tags in the format `<source_org_name>:<selected tag 1>-<selected tag 2>-<selected tag 3>`.
27+
* The source of the usage attribution tag configuration and the selected tags in the format `<source_org_name>:::<selected tag 1>///<selected tag 2>///<selected tag 3>`.
2828
*/
2929
"tagConfigSource"?: string;
3030
/**
31-
* Usage Summary by tag name.
31+
* Tag keys and values.
32+
*
33+
* A `null` value here means that the requested tag breakdown cannot be applied because it does not match the [tags
34+
* configured for usage attribution](https://docs.datadoghq.com/account_management/billing/usage_attribution/#getting-started).
35+
* In this scenario the API returns the total usage, not broken down by tags.
3236
*/
3337
"tags"?: { [key: string]: Array<string> };
3438
/**

0 commit comments

Comments
 (0)