Skip to content

Commit 0791dd0

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 325795c of spec repo
1 parent 80a1656 commit 0791dd0

13 files changed

+23
-163
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -87463,9 +87463,6 @@ paths:
8746387463
summary: List ServiceNow assignment groups
8746487464
tags:
8746587465
- ServiceNow Integration
87466-
x-unstable: |-
87467-
**Note**: This endpoint is in public beta and is subject to change.
87468-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
8746987466
/api/v2/integration/servicenow/business_services/{instance_id}:
8747087467
get:
8747187468
description: |-
@@ -87504,9 +87501,6 @@ paths:
8750487501
summary: List ServiceNow business services
8750587502
tags:
8750687503
- ServiceNow Integration
87507-
x-unstable: |-
87508-
**Note**: This endpoint is in public beta and is subject to change.
87509-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
8751087504
/api/v2/integration/servicenow/handles:
8751187505
get:
8751287506
description: |-
@@ -87524,9 +87518,6 @@ paths:
8752487518
summary: List ServiceNow templates
8752587519
tags:
8752687520
- ServiceNow Integration
87527-
x-unstable: |-
87528-
**Note**: This endpoint is in public beta and is subject to change.
87529-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
8753087521
post:
8753187522
description: |-
8753287523
Create a new ServiceNow template.
@@ -87555,9 +87546,6 @@ paths:
8755587546
summary: Create ServiceNow template
8755687547
tags:
8755787548
- ServiceNow Integration
87558-
x-unstable: |-
87559-
**Note**: This endpoint is in public beta and is subject to change.
87560-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
8756187549
/api/v2/integration/servicenow/handles/{template_id}:
8756287550
delete:
8756387551
description: |-
@@ -87592,9 +87580,6 @@ paths:
8759287580
summary: Delete ServiceNow template
8759387581
tags:
8759487582
- ServiceNow Integration
87595-
x-unstable: |-
87596-
**Note**: This endpoint is in public beta and is subject to change.
87597-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
8759887583
get:
8759987584
description: |-
8760087585
Get a ServiceNow template by ID.
@@ -87632,9 +87617,6 @@ paths:
8763287617
summary: Get ServiceNow template
8763387618
tags:
8763487619
- ServiceNow Integration
87635-
x-unstable: |-
87636-
**Note**: This endpoint is in public beta and is subject to change.
87637-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
8763887620
put:
8763987621
description: |-
8764087622
Update a ServiceNow template by ID.
@@ -87678,9 +87660,6 @@ paths:
8767887660
summary: Update ServiceNow template
8767987661
tags:
8768087662
- ServiceNow Integration
87681-
x-unstable: |-
87682-
**Note**: This endpoint is in public beta and is subject to change.
87683-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
8768487663
/api/v2/integration/servicenow/instances:
8768587664
get:
8768687665
description: |-
@@ -87704,9 +87683,6 @@ paths:
8770487683
summary: List ServiceNow instances
8770587684
tags:
8770687685
- ServiceNow Integration
87707-
x-unstable: |-
87708-
**Note**: This endpoint is in public beta and is subject to change.
87709-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
8771087686
/api/v2/integration/servicenow/users/{instance_id}:
8771187687
get:
8771287688
description: |-
@@ -87745,9 +87721,6 @@ paths:
8774587721
summary: List ServiceNow users
8774687722
tags:
8774787723
- ServiceNow Integration
87748-
x-unstable: |-
87749-
**Note**: This endpoint is in public beta and is subject to change.
87750-
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
8775187724
/api/v2/integrations:
8775287725
get:
8775387726
operationId: ListIntegrations

examples/v2/servicenow-integration/CreateServiceNowTemplate.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Create ServiceNow template returns "Created" response
22

33
require "datadog_api_client"
4-
DatadogAPIClient.configure do |config|
5-
config.unstable_operations["v2.create_service_now_template".to_sym] = true
6-
end
74
api_instance = DatadogAPIClient::V2::ServiceNowIntegrationAPI.new
85

96
body = DatadogAPIClient::V2::ServiceNowTemplateCreateRequest.new({
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Delete ServiceNow template returns "OK" response
22

33
require "datadog_api_client"
4-
DatadogAPIClient.configure do |config|
5-
config.unstable_operations["v2.delete_service_now_template".to_sym] = true
6-
end
74
api_instance = DatadogAPIClient::V2::ServiceNowIntegrationAPI.new
85
p api_instance.delete_service_now_template("9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d")
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Get ServiceNow template returns "OK" response
22

33
require "datadog_api_client"
4-
DatadogAPIClient.configure do |config|
5-
config.unstable_operations["v2.get_service_now_template".to_sym] = true
6-
end
74
api_instance = DatadogAPIClient::V2::ServiceNowIntegrationAPI.new
85
p api_instance.get_service_now_template("9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d")
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# List ServiceNow assignment groups returns "OK" response
22

33
require "datadog_api_client"
4-
DatadogAPIClient.configure do |config|
5-
config.unstable_operations["v2.list_service_now_assignment_groups".to_sym] = true
6-
end
74
api_instance = DatadogAPIClient::V2::ServiceNowIntegrationAPI.new
85
p api_instance.list_service_now_assignment_groups("9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d")
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# List ServiceNow business services returns "OK" response
22

33
require "datadog_api_client"
4-
DatadogAPIClient.configure do |config|
5-
config.unstable_operations["v2.list_service_now_business_services".to_sym] = true
6-
end
74
api_instance = DatadogAPIClient::V2::ServiceNowIntegrationAPI.new
85
p api_instance.list_service_now_business_services("9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d")
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# List ServiceNow instances returns "OK" response
22

33
require "datadog_api_client"
4-
DatadogAPIClient.configure do |config|
5-
config.unstable_operations["v2.list_service_now_instances".to_sym] = true
6-
end
74
api_instance = DatadogAPIClient::V2::ServiceNowIntegrationAPI.new
85
p api_instance.list_service_now_instances()
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# List ServiceNow templates returns "OK" response
22

33
require "datadog_api_client"
4-
DatadogAPIClient.configure do |config|
5-
config.unstable_operations["v2.list_service_now_templates".to_sym] = true
6-
end
74
api_instance = DatadogAPIClient::V2::ServiceNowIntegrationAPI.new
85
p api_instance.list_service_now_templates()
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# List ServiceNow users returns "OK" response
22

33
require "datadog_api_client"
4-
DatadogAPIClient.configure do |config|
5-
config.unstable_operations["v2.list_service_now_users".to_sym] = true
6-
end
74
api_instance = DatadogAPIClient::V2::ServiceNowIntegrationAPI.new
85
p api_instance.list_service_now_users("9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d")

examples/v2/servicenow-integration/UpdateServiceNowTemplate.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Update ServiceNow template returns "OK" response
22

33
require "datadog_api_client"
4-
DatadogAPIClient.configure do |config|
5-
config.unstable_operations["v2.update_service_now_template".to_sym] = true
6-
end
74
api_instance = DatadogAPIClient::V2::ServiceNowIntegrationAPI.new
85

96
body = DatadogAPIClient::V2::ServiceNowTemplateUpdateRequest.new({

0 commit comments

Comments
 (0)