Skip to content

Commit 0611f2b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add OpenAPI spec for Bits AI SRE investigations (DataDog#3921)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 8126eb8 commit 0611f2b

56 files changed

Lines changed: 3952 additions & 3600 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.generator/schemas/v2/openapi.yaml

Lines changed: 523 additions & 372 deletions
Large diffs are not rendered by default.

api/datadog/configuration.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,9 @@ func NewConfiguration() *Configuration {
668668
"v2.GetOpenAPI": false,
669669
"v2.ListAPIs": false,
670670
"v2.UpdateOpenAPI": false,
671+
"v2.GetInvestigation": false,
672+
"v2.ListInvestigations": false,
673+
"v2.TriggerInvestigation": false,
671674
"v2.CreateCaseJiraIssue": false,
672675
"v2.CreateCaseNotebook": false,
673676
"v2.CreateCaseServiceNowTicket": false,
@@ -682,11 +685,9 @@ func NewConfiguration() *Configuration {
682685
"v2.UpdateChangeRequest": false,
683686
"v2.UpdateChangeRequestDecision": false,
684687
"v2.DeleteTestOptimizationServiceSettings": false,
685-
"v2.GetFlakyTestsManagementPolicies": false,
686688
"v2.GetTestOptimizationServiceSettings": false,
687689
"v2.SearchFlakyTests": false,
688690
"v2.UpdateFlakyTests": false,
689-
"v2.UpdateFlakyTestsManagementPolicies": false,
690691
"v2.UpdateTestOptimizationServiceSettings": false,
691692
"v2.CreateAWSCloudAuthPersonaMapping": false,
692693
"v2.DeleteAWSCloudAuthPersonaMapping": false,

0 commit comments

Comments
 (0)