Skip to content

Commit ae39a89

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add OpenAPI specification for ServiceNow integration (#3627)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent d66064d commit ae39a89

43 files changed

Lines changed: 6159 additions & 0 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: 767 additions & 0 deletions
Large diffs are not rendered by default.

api/datadog/configuration.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,15 @@ func NewConfiguration() *Configuration {
759759
"v2.ListJiraAccounts": false,
760760
"v2.ListJiraIssueTemplates": false,
761761
"v2.UpdateJiraIssueTemplate": false,
762+
"v2.CreateServiceNowTemplate": false,
763+
"v2.DeleteServiceNowTemplate": false,
764+
"v2.GetServiceNowTemplate": false,
765+
"v2.ListServiceNowAssignmentGroups": false,
766+
"v2.ListServiceNowBusinessServices": false,
767+
"v2.ListServiceNowInstances": false,
768+
"v2.ListServiceNowTemplates": false,
769+
"v2.ListServiceNowUsers": false,
770+
"v2.UpdateServiceNowTemplate": false,
762771
"v2.AddRoleToRestrictionQuery": false,
763772
"v2.CreateRestrictionQuery": false,
764773
"v2.DeleteRestrictionQuery": false,

0 commit comments

Comments
 (0)