Skip to content

Commit 326bc96

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add fleet tracers, clusters, and instrumented pods endpoints (#3947)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent fb4b263 commit 326bc96

24 files changed

Lines changed: 4359 additions & 0 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 616 additions & 0 deletions
Large diffs are not rendered by default.

api/datadog/configuration.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,9 +658,13 @@ func NewConfiguration() *Configuration {
658658
"v2.GetFleetDeployment": false,
659659
"v2.GetFleetSchedule": false,
660660
"v2.ListFleetAgents": false,
661+
"v2.ListFleetAgentTracers": false,
661662
"v2.ListFleetAgentVersions": false,
663+
"v2.ListFleetClusters": false,
662664
"v2.ListFleetDeployments": false,
665+
"v2.ListFleetInstrumentedPods": false,
663666
"v2.ListFleetSchedules": false,
667+
"v2.ListFleetTracers": false,
664668
"v2.TriggerFleetSchedule": false,
665669
"v2.UpdateFleetSchedule": false,
666670
"v2.CreateOpenAPI": false,

0 commit comments

Comments
 (0)