Skip to content

Commit 8505215

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add Incident Notification Rules Public Spec (#3340)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 41160a8 commit 8505215

57 files changed

Lines changed: 5761 additions & 1 deletion

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: 555 additions & 1 deletion
Large diffs are not rendered by default.

api/datadog/configuration.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,21 +633,25 @@ func NewConfiguration() *Configuration {
633633
"v2.GetDataDeletionRequests": false,
634634
"v2.CreateIncident": false,
635635
"v2.CreateIncidentIntegration": false,
636+
"v2.CreateIncidentNotificationRule": false,
636637
"v2.CreateIncidentNotificationTemplate": false,
637638
"v2.CreateIncidentTodo": false,
638639
"v2.CreateIncidentType": false,
639640
"v2.DeleteIncident": false,
640641
"v2.DeleteIncidentIntegration": false,
642+
"v2.DeleteIncidentNotificationRule": false,
641643
"v2.DeleteIncidentNotificationTemplate": false,
642644
"v2.DeleteIncidentTodo": false,
643645
"v2.DeleteIncidentType": false,
644646
"v2.GetIncident": false,
645647
"v2.GetIncidentIntegration": false,
648+
"v2.GetIncidentNotificationRule": false,
646649
"v2.GetIncidentNotificationTemplate": false,
647650
"v2.GetIncidentTodo": false,
648651
"v2.GetIncidentType": false,
649652
"v2.ListIncidentAttachments": false,
650653
"v2.ListIncidentIntegrations": false,
654+
"v2.ListIncidentNotificationRules": false,
651655
"v2.ListIncidentNotificationTemplates": false,
652656
"v2.ListIncidents": false,
653657
"v2.ListIncidentTodos": false,
@@ -656,6 +660,7 @@ func NewConfiguration() *Configuration {
656660
"v2.UpdateIncident": false,
657661
"v2.UpdateIncidentAttachments": false,
658662
"v2.UpdateIncidentIntegration": false,
663+
"v2.UpdateIncidentNotificationRule": false,
659664
"v2.UpdateIncidentNotificationTemplate": false,
660665
"v2.UpdateIncidentTodo": false,
661666
"v2.UpdateIncidentType": false,

0 commit comments

Comments
 (0)