Skip to content

Commit f0cd532

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit da90b0c of spec repo (#4798)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent f7649fd commit f0cd532

2 files changed

Lines changed: 0 additions & 56 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39424,35 +39424,11 @@ components:
3942439424
description: The operating system version.
3942539425
example: "Ubuntu 20.04"
3942639426
type: string
39427-
otel_collector_deployment_types:
39428-
description: OpenTelemetry collector deployment types associated with the agent.
39429-
items:
39430-
description: An OpenTelemetry collector deployment type.
39431-
type: string
39432-
type: array
39433-
otel_collector_distributions:
39434-
description: OpenTelemetry collector distributions associated with the agent.
39435-
items:
39436-
description: An OpenTelemetry collector distribution.
39437-
type: string
39438-
type: array
39439-
otel_collector_versions:
39440-
description: List of OpenTelemetry collector versions (if applicable).
39441-
items:
39442-
description: An OpenTelemetry collector version string.
39443-
type: string
39444-
type: array
3944539427
otel_collectors:
3944639428
description: OpenTelemetry collectors associated with the agent (if applicable).
3944739429
items:
3944839430
$ref: "#/components/schemas/FleetOtelCollector"
3944939431
type: array
39450-
otel_resource_attributes:
39451-
description: OpenTelemetry resource attributes reported by the agent.
39452-
items:
39453-
description: An OpenTelemetry resource attribute.
39454-
type: string
39455-
type: array
3945639432
pod_name:
3945739433
description: Kubernetes pod name (if applicable).
3945839434
type: string

services/fleet_automation/src/v2/models/FleetAgentInfoDetailsV2.ts

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -104,26 +104,10 @@ export class FleetAgentInfoDetailsV2 {
104104
* The operating system version.
105105
*/
106106
"osVersion"?: string;
107-
/**
108-
* OpenTelemetry collector deployment types associated with the agent.
109-
*/
110-
"otelCollectorDeploymentTypes"?: Array<string>;
111-
/**
112-
* OpenTelemetry collector distributions associated with the agent.
113-
*/
114-
"otelCollectorDistributions"?: Array<string>;
115-
/**
116-
* List of OpenTelemetry collector versions (if applicable).
117-
*/
118-
"otelCollectorVersions"?: Array<string>;
119107
/**
120108
* OpenTelemetry collectors associated with the agent (if applicable).
121109
*/
122110
"otelCollectors"?: Array<{ [key: string]: any }>;
123-
/**
124-
* OpenTelemetry resource attributes reported by the agent.
125-
*/
126-
"otelResourceAttributes"?: Array<string>;
127111
/**
128112
* Kubernetes pod name (if applicable).
129113
*/
@@ -281,26 +265,10 @@ export class FleetAgentInfoDetailsV2 {
281265
baseName: "os_version",
282266
type: "string",
283267
},
284-
otelCollectorDeploymentTypes: {
285-
baseName: "otel_collector_deployment_types",
286-
type: "Array<string>",
287-
},
288-
otelCollectorDistributions: {
289-
baseName: "otel_collector_distributions",
290-
type: "Array<string>",
291-
},
292-
otelCollectorVersions: {
293-
baseName: "otel_collector_versions",
294-
type: "Array<string>",
295-
},
296268
otelCollectors: {
297269
baseName: "otel_collectors",
298270
type: "Array<{ [key: string]: any; }>",
299271
},
300-
otelResourceAttributes: {
301-
baseName: "otel_resource_attributes",
302-
type: "Array<string>",
303-
},
304272
podName: {
305273
baseName: "pod_name",
306274
type: "string",

0 commit comments

Comments
 (0)