Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87463,9 +87463,6 @@ paths:
summary: List ServiceNow assignment groups
tags:
- ServiceNow Integration
x-unstable: |-
**Note**: This endpoint is in public beta and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/integration/servicenow/business_services/{instance_id}:
get:
description: |-
Expand Down Expand Up @@ -87504,9 +87501,6 @@ paths:
summary: List ServiceNow business services
tags:
- ServiceNow Integration
x-unstable: |-
**Note**: This endpoint is in public beta and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/integration/servicenow/handles:
get:
description: |-
Expand All @@ -87524,9 +87518,6 @@ paths:
summary: List ServiceNow templates
tags:
- ServiceNow Integration
x-unstable: |-
**Note**: This endpoint is in public beta and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
post:
description: |-
Create a new ServiceNow template.
Expand Down Expand Up @@ -87555,9 +87546,6 @@ paths:
summary: Create ServiceNow template
tags:
- ServiceNow Integration
x-unstable: |-
**Note**: This endpoint is in public beta and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/integration/servicenow/handles/{template_id}:
delete:
description: |-
Expand Down Expand Up @@ -87592,9 +87580,6 @@ paths:
summary: Delete ServiceNow template
tags:
- ServiceNow Integration
x-unstable: |-
**Note**: This endpoint is in public beta and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
get:
description: |-
Get a ServiceNow template by ID.
Expand Down Expand Up @@ -87632,9 +87617,6 @@ paths:
summary: Get ServiceNow template
tags:
- ServiceNow Integration
x-unstable: |-
**Note**: This endpoint is in public beta and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
put:
description: |-
Update a ServiceNow template by ID.
Expand Down Expand Up @@ -87678,9 +87660,6 @@ paths:
summary: Update ServiceNow template
tags:
- ServiceNow Integration
x-unstable: |-
**Note**: This endpoint is in public beta and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/integration/servicenow/instances:
get:
description: |-
Expand All @@ -87704,9 +87683,6 @@ paths:
summary: List ServiceNow instances
tags:
- ServiceNow Integration
x-unstable: |-
**Note**: This endpoint is in public beta and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/integration/servicenow/users/{instance_id}:
get:
description: |-
Expand Down Expand Up @@ -87745,9 +87721,6 @@ paths:
summary: List ServiceNow users
tags:
- ServiceNow Integration
x-unstable: |-
**Note**: This endpoint is in public beta and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/integrations:
get:
operationId: ListIntegrations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
defaultClient.setUnstableOperationEnabled("v2.createServiceNowTemplate", true);
ServiceNowIntegrationApi apiInstance = new ServiceNowIntegrationApi(defaultClient);

ServiceNowTemplateCreateRequest body =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
defaultClient.setUnstableOperationEnabled("v2.deleteServiceNowTemplate", true);
ServiceNowIntegrationApi apiInstance = new ServiceNowIntegrationApi(defaultClient);

try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
defaultClient.setUnstableOperationEnabled("v2.getServiceNowTemplate", true);
ServiceNowIntegrationApi apiInstance = new ServiceNowIntegrationApi(defaultClient);

try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
defaultClient.setUnstableOperationEnabled("v2.listServiceNowAssignmentGroups", true);
ServiceNowIntegrationApi apiInstance = new ServiceNowIntegrationApi(defaultClient);

try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
defaultClient.setUnstableOperationEnabled("v2.listServiceNowBusinessServices", true);
ServiceNowIntegrationApi apiInstance = new ServiceNowIntegrationApi(defaultClient);

try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
defaultClient.setUnstableOperationEnabled("v2.listServiceNowInstances", true);
ServiceNowIntegrationApi apiInstance = new ServiceNowIntegrationApi(defaultClient);

try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
defaultClient.setUnstableOperationEnabled("v2.listServiceNowTemplates", true);
ServiceNowIntegrationApi apiInstance = new ServiceNowIntegrationApi(defaultClient);

try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
defaultClient.setUnstableOperationEnabled("v2.listServiceNowUsers", true);
ServiceNowIntegrationApi apiInstance = new ServiceNowIntegrationApi(defaultClient);

try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = ApiClient.getDefaultApiClient();
defaultClient.setUnstableOperationEnabled("v2.updateServiceNowTemplate", true);
ServiceNowIntegrationApi apiInstance = new ServiceNowIntegrationApi(defaultClient);

ServiceNowTemplateUpdateRequest body =
Expand Down
9 changes: 0 additions & 9 deletions src/main/java/com/datadog/api/client/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -898,15 +898,6 @@ public class ApiClient {
put("v2.updateJiraIssueTemplate", false);
put("v2.createTenancyConfig", false);
put("v2.getTenancyConfigs", false);
put("v2.createServiceNowTemplate", false);
put("v2.deleteServiceNowTemplate", false);
put("v2.getServiceNowTemplate", false);
put("v2.listServiceNowAssignmentGroups", false);
put("v2.listServiceNowBusinessServices", false);
put("v2.listServiceNowInstances", false);
put("v2.listServiceNowTemplates", false);
put("v2.listServiceNowUsers", false);
put("v2.updateServiceNowTemplate", false);
put("v2.createLLMObsDataset", false);
put("v2.createLLMObsDatasetRecords", false);
put("v2.createLLMObsExperiment", false);
Expand Down
Loading
Loading