Skip to content

Commit 6375481

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Create OpenAPI for incidents config global endpoints (DataDog#3621)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent cd574a7 commit 6375481

33 files changed

Lines changed: 4593 additions & 53 deletions

.generator/schemas/v2/openapi.yaml

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

api/datadog/configuration.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ func NewConfiguration() *Configuration {
710710
"v2.UpdateDeploymentRule": false,
711711
"v2.CreateHamrOrgConnection": false,
712712
"v2.GetHamrOrgConnection": false,
713+
"v2.CreateGlobalIncidentHandle": false,
713714
"v2.CreateIncident": false,
714715
"v2.CreateIncidentAttachment": false,
715716
"v2.CreateIncidentIntegration": false,
@@ -718,19 +719,22 @@ func NewConfiguration() *Configuration {
718719
"v2.CreateIncidentPostmortemAttachment": false,
719720
"v2.CreateIncidentTodo": false,
720721
"v2.CreateIncidentType": false,
722+
"v2.DeleteGlobalIncidentHandle": false,
721723
"v2.DeleteIncident": false,
722724
"v2.DeleteIncidentAttachment": false,
723725
"v2.DeleteIncidentIntegration": false,
724726
"v2.DeleteIncidentNotificationRule": false,
725727
"v2.DeleteIncidentNotificationTemplate": false,
726728
"v2.DeleteIncidentTodo": false,
727729
"v2.DeleteIncidentType": false,
730+
"v2.GetGlobalIncidentSettings": false,
728731
"v2.GetIncident": false,
729732
"v2.GetIncidentIntegration": false,
730733
"v2.GetIncidentNotificationRule": false,
731734
"v2.GetIncidentNotificationTemplate": false,
732735
"v2.GetIncidentTodo": false,
733736
"v2.GetIncidentType": false,
737+
"v2.ListGlobalIncidentHandles": false,
734738
"v2.ListIncidentAttachments": false,
735739
"v2.ListIncidentIntegrations": false,
736740
"v2.ListIncidentNotificationRules": false,
@@ -739,6 +743,8 @@ func NewConfiguration() *Configuration {
739743
"v2.ListIncidentTodos": false,
740744
"v2.ListIncidentTypes": false,
741745
"v2.SearchIncidents": false,
746+
"v2.UpdateGlobalIncidentHandle": false,
747+
"v2.UpdateGlobalIncidentSettings": false,
742748
"v2.UpdateIncident": false,
743749
"v2.UpdateIncidentAttachment": false,
744750
"v2.UpdateIncidentIntegration": false,

0 commit comments

Comments
 (0)