Skip to content

Commit e5f1664

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 64593ced of spec repo
1 parent 5eb4512 commit e5f1664

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.5",
7-
"regenerated": "2023-07-07 15:50:17.881617",
8-
"spec_repo_commit": "6f781b6c"
7+
"regenerated": "2023-07-07 16:55:18.523024",
8+
"spec_repo_commit": "64593ced"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.5",
12-
"regenerated": "2023-07-07 15:50:17.900745",
13-
"spec_repo_commit": "6f781b6c"
12+
"regenerated": "2023-07-07 16:55:18.536446",
13+
"spec_repo_commit": "64593ced"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -3316,6 +3316,10 @@ components:
33163316
extra metric tags.
33173317
example: false
33183318
type: boolean
3319+
id:
3320+
description: The ID associated with the Confluent resource.
3321+
example: resource_id_abc123
3322+
type: string
33193323
resource_type:
33203324
description: The resource type of the Resource. Can be `kafka`, `connector`,
33213325
`ksql`, or `schema_registry`.

packages/datadog-api-client-v2/models/ConfluentResourceResponseAttributes.ts

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ export class ConfluentResourceResponseAttributes {
1414
* Enable the `custom.consumer_lag_offset` metric, which contains extra metric tags.
1515
*/
1616
"enableCustomMetrics"?: boolean;
17+
/**
18+
* The ID associated with the Confluent resource.
19+
*/
20+
"id"?: string;
1721
/**
1822
* The resource type of the Resource. Can be `kafka`, `connector`, `ksql`, or `schema_registry`.
1923
*/
@@ -36,6 +40,10 @@ export class ConfluentResourceResponseAttributes {
3640
baseName: "enable_custom_metrics",
3741
type: "boolean",
3842
},
43+
id: {
44+
baseName: "id",
45+
type: "string",
46+
},
3947
resourceType: {
4048
baseName: "resource_type",
4149
type: "string",

0 commit comments

Comments
 (0)