Skip to content
Open
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
432 changes: 216 additions & 216 deletions .generator/schemas/v2/openapi.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/main/java/com/datadog/api/client/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,12 @@ public class ApiClient {
put("v2.updateMonitorUserTemplate", false);
put("v2.validateExistingMonitorUserTemplate", false);
put("v2.validateMonitorUserTemplate", false);
put("v2.createPipeline", false);
put("v2.deletePipeline", false);
put("v2.getPipeline", false);
put("v2.listPipelines", false);
put("v2.updatePipeline", false);
put("v2.validatePipeline", false);
put("v2.listRoleTemplates", false);
put("v2.createConnection", false);
put("v2.deleteConnection", false);
Expand All @@ -809,12 +815,6 @@ public class ApiClient {
put("v2.queryEventFilteredUsers", false);
put("v2.queryUsers", false);
put("v2.updateConnection", false);
put("v2.createPipeline", false);
put("v2.deletePipeline", false);
put("v2.getPipeline", false);
put("v2.listPipelines", false);
put("v2.updatePipeline", false);
put("v2.validatePipeline", false);
put("v2.createScorecardOutcomesBatch", false);
put("v2.createScorecardRule", false);
put("v2.deleteScorecardRule", false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public ApiResponse<ObservabilityPipeline> createPipelineWithHttpInfo(
400, "Missing the required parameter 'body' when calling createPipeline");
}
// create path and map variables
String localVarPath = "/api/v2/remote_config/products/obs_pipelines/pipelines";
String localVarPath = "/api/v2/obs-pipelines/pipelines";

Map<String, String> localVarHeaderParams = new HashMap<String, String>();

Expand Down Expand Up @@ -166,7 +166,7 @@ public CompletableFuture<ApiResponse<ObservabilityPipeline>> createPipelineWithH
return result;
}
// create path and map variables
String localVarPath = "/api/v2/remote_config/products/obs_pipelines/pipelines";
String localVarPath = "/api/v2/obs-pipelines/pipelines";

Map<String, String> localVarHeaderParams = new HashMap<String, String>();

Expand Down Expand Up @@ -259,7 +259,7 @@ public ApiResponse<Void> deletePipelineWithHttpInfo(String pipelineId) throws Ap
}
// create path and map variables
String localVarPath =
"/api/v2/remote_config/products/obs_pipelines/pipelines/{pipeline_id}"
"/api/v2/obs-pipelines/pipelines/{pipeline_id}"
.replaceAll(
"\\{" + "pipeline_id" + "\\}", apiClient.escapeString(pipelineId.toString()));

Expand Down Expand Up @@ -316,7 +316,7 @@ public CompletableFuture<ApiResponse<Void>> deletePipelineWithHttpInfoAsync(Stri
}
// create path and map variables
String localVarPath =
"/api/v2/remote_config/products/obs_pipelines/pipelines/{pipeline_id}"
"/api/v2/obs-pipelines/pipelines/{pipeline_id}"
.replaceAll(
"\\{" + "pipeline_id" + "\\}", apiClient.escapeString(pipelineId.toString()));

Expand Down Expand Up @@ -411,7 +411,7 @@ public ApiResponse<ObservabilityPipeline> getPipelineWithHttpInfo(String pipelin
}
// create path and map variables
String localVarPath =
"/api/v2/remote_config/products/obs_pipelines/pipelines/{pipeline_id}"
"/api/v2/obs-pipelines/pipelines/{pipeline_id}"
.replaceAll(
"\\{" + "pipeline_id" + "\\}", apiClient.escapeString(pipelineId.toString()));

Expand Down Expand Up @@ -469,7 +469,7 @@ public CompletableFuture<ApiResponse<ObservabilityPipeline>> getPipelineWithHttp
}
// create path and map variables
String localVarPath =
"/api/v2/remote_config/products/obs_pipelines/pipelines/{pipeline_id}"
"/api/v2/obs-pipelines/pipelines/{pipeline_id}"
.replaceAll(
"\\{" + "pipeline_id" + "\\}", apiClient.escapeString(pipelineId.toString()));

Expand Down Expand Up @@ -618,7 +618,7 @@ public ApiResponse<ListPipelinesResponse> listPipelinesWithHttpInfo(
Long pageSize = parameters.pageSize;
Long pageNumber = parameters.pageNumber;
// create path and map variables
String localVarPath = "/api/v2/remote_config/products/obs_pipelines/pipelines";
String localVarPath = "/api/v2/obs-pipelines/pipelines";

List<Pair> localVarQueryParams = new ArrayList<Pair>();
Map<String, String> localVarHeaderParams = new HashMap<String, String>();
Expand Down Expand Up @@ -670,7 +670,7 @@ public CompletableFuture<ApiResponse<ListPipelinesResponse>> listPipelinesWithHt
Long pageSize = parameters.pageSize;
Long pageNumber = parameters.pageNumber;
// create path and map variables
String localVarPath = "/api/v2/remote_config/products/obs_pipelines/pipelines";
String localVarPath = "/api/v2/obs-pipelines/pipelines";

List<Pair> localVarQueryParams = new ArrayList<Pair>();
Map<String, String> localVarHeaderParams = new HashMap<String, String>();
Expand Down Expand Up @@ -781,7 +781,7 @@ public ApiResponse<ObservabilityPipeline> updatePipelineWithHttpInfo(
}
// create path and map variables
String localVarPath =
"/api/v2/remote_config/products/obs_pipelines/pipelines/{pipeline_id}"
"/api/v2/obs-pipelines/pipelines/{pipeline_id}"
.replaceAll(
"\\{" + "pipeline_id" + "\\}", apiClient.escapeString(pipelineId.toString()));

Expand Down Expand Up @@ -849,7 +849,7 @@ public CompletableFuture<ApiResponse<ObservabilityPipeline>> updatePipelineWithH
}
// create path and map variables
String localVarPath =
"/api/v2/remote_config/products/obs_pipelines/pipelines/{pipeline_id}"
"/api/v2/obs-pipelines/pipelines/{pipeline_id}"
.replaceAll(
"\\{" + "pipeline_id" + "\\}", apiClient.escapeString(pipelineId.toString()));

Expand Down Expand Up @@ -946,7 +946,7 @@ public ApiResponse<ValidationResponse> validatePipelineWithHttpInfo(
400, "Missing the required parameter 'body' when calling validatePipeline");
}
// create path and map variables
String localVarPath = "/api/v2/remote_config/products/obs_pipelines/pipelines/validate";
String localVarPath = "/api/v2/obs-pipelines/pipelines/validate";

Map<String, String> localVarHeaderParams = new HashMap<String, String>();

Expand Down Expand Up @@ -1001,7 +1001,7 @@ public CompletableFuture<ApiResponse<ValidationResponse>> validatePipelineWithHt
return result;
}
// create path and map variables
String localVarPath = "/api/v2/remote_config/products/obs_pipelines/pipelines/validate";
String localVarPath = "/api/v2/obs-pipelines/pipelines/validate";

Map<String, String> localVarHeaderParams = new HashMap<String, String>();

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-12-12T12:01:38.830Z
2025-12-18T12:40:33.433Z
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"headers": {},
"method": "POST",
"path": "/api/v2/remote_config/products/obs_pipelines/pipelines",
"path": "/api/v2/obs-pipelines/pipelines",
"keepAlive": false,
"secure": true
},
Expand All @@ -27,6 +27,6 @@
"timeToLive": {
"unlimited": true
},
"id": "95a57011-26df-3343-b440-f0295430ff3b"
"id": "f570a090-dc8d-8dc9-a94c-5375590acb1d"
}
]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-12-12T12:01:39.315Z
2025-12-18T12:40:33.865Z
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
},
"headers": {},
"method": "POST",
"path": "/api/v2/remote_config/products/obs_pipelines/pipelines",
"path": "/api/v2/obs-pipelines/pipelines",
"keepAlive": false,
"secure": true
},
"httpResponse": {
"body": "{\"data\":{\"id\":\"512fbd46-d752-11f0-b25a-da7ad0900002\",\"type\":\"pipelines\",\"attributes\":{\"name\":\"Main Observability Pipeline\",\"config\":{\"destinations\":[{\"id\":\"datadog-logs-destination\",\"inputs\":[\"my-processor-group\"],\"type\":\"datadog_logs\"}],\"processors\":[{\"enabled\":true,\"id\":\"my-processor-group\",\"include\":\"service:my-service\",\"inputs\":[\"datadog-agent-source\"],\"processors\":[{\"enabled\":true,\"id\":\"filter-processor\",\"include\":\"status:error\",\"type\":\"filter\"}]}],\"sources\":[{\"id\":\"datadog-agent-source\",\"type\":\"datadog_agent\"}]}}}}\n",
"body": "{\"data\":{\"id\":\"bf212248-dc0e-11f0-b693-da7ad0900002\",\"type\":\"pipelines\",\"attributes\":{\"name\":\"Main Observability Pipeline\",\"config\":{\"destinations\":[{\"id\":\"datadog-logs-destination\",\"inputs\":[\"my-processor-group\"],\"type\":\"datadog_logs\"}],\"processors\":[{\"enabled\":true,\"id\":\"my-processor-group\",\"include\":\"service:my-service\",\"inputs\":[\"datadog-agent-source\"],\"processors\":[{\"enabled\":true,\"id\":\"filter-processor\",\"include\":\"status:error\",\"type\":\"filter\"}]}],\"sources\":[{\"id\":\"datadog-agent-source\",\"type\":\"datadog_agent\"}]}}}}\n",
"headers": {
"Content-Type": [
"application/json"
"application/vnd.api+json"
]
},
"statusCode": 201,
Expand All @@ -27,13 +27,13 @@
"timeToLive": {
"unlimited": true
},
"id": "2cc7f51a-ea1a-7fda-97ed-d909fad481a4"
"id": "060acb65-7a12-b2a9-8635-609549001241"
},
{
"httpRequest": {
"headers": {},
"method": "DELETE",
"path": "/api/v2/remote_config/products/obs_pipelines/pipelines/512fbd46-d752-11f0-b25a-da7ad0900002",
"path": "/api/v2/obs-pipelines/pipelines/bf212248-dc0e-11f0-b693-da7ad0900002",
"keepAlive": false,
"secure": true
},
Expand All @@ -52,6 +52,6 @@
"timeToLive": {
"unlimited": true
},
"id": "daee0d2a-6bfc-56da-d16e-3e11b211ca18"
"id": "82a2f9f5-9017-1ea5-0154-55c8a87d77de"
}
]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-12-12T12:01:40.725Z
2025-12-18T12:40:35.020Z
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"httpRequest": {
"headers": {},
"method": "DELETE",
"path": "/api/v2/remote_config/products/obs_pipelines/pipelines/3fa85f64-5717-4562-b3fc-2c963f66afa6",
"path": "/api/v2/obs-pipelines/pipelines/3fa85f64-5717-4562-b3fc-2c963f66afa6",
"keepAlive": false,
"secure": true
},
Expand All @@ -23,6 +23,6 @@
"timeToLive": {
"unlimited": true
},
"id": "d504871e-95a9-3921-d8b6-426d67fce395"
"id": "5d00cc15-9785-8838-1fbb-b4a1545c67cc"
}
]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-12-12T12:01:41.308Z
2025-12-18T12:40:35.481Z
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
},
"headers": {},
"method": "POST",
"path": "/api/v2/remote_config/products/obs_pipelines/pipelines",
"path": "/api/v2/obs-pipelines/pipelines",
"keepAlive": false,
"secure": true
},
"httpResponse": {
"body": "{\"data\":{\"id\":\"5260fb94-d752-11f0-b25c-da7ad0900002\",\"type\":\"pipelines\",\"attributes\":{\"name\":\"Main Observability Pipeline\",\"config\":{\"destinations\":[{\"id\":\"datadog-logs-destination\",\"inputs\":[\"processor-group-0\"],\"type\":\"datadog_logs\"}],\"processors\":[{\"enabled\":true,\"id\":\"processor-group-0\",\"include\":\"service:my-service\",\"inputs\":[\"datadog-agent-source\"],\"processors\":[{\"enabled\":true,\"id\":\"filter-processor\",\"include\":\"status:error\",\"type\":\"filter\"}]}],\"sources\":[{\"id\":\"datadog-agent-source\",\"type\":\"datadog_agent\"}]}}}}\n",
"body": "{\"data\":{\"id\":\"c0192056-dc0e-11f0-945f-da7ad0900002\",\"type\":\"pipelines\",\"attributes\":{\"name\":\"Main Observability Pipeline\",\"config\":{\"destinations\":[{\"id\":\"datadog-logs-destination\",\"inputs\":[\"processor-group-0\"],\"type\":\"datadog_logs\"}],\"processors\":[{\"enabled\":true,\"id\":\"processor-group-0\",\"include\":\"service:my-service\",\"inputs\":[\"datadog-agent-source\"],\"processors\":[{\"enabled\":true,\"id\":\"filter-processor\",\"include\":\"status:error\",\"type\":\"filter\"}]}],\"sources\":[{\"id\":\"datadog-agent-source\",\"type\":\"datadog_agent\"}]}}}}\n",
"headers": {
"Content-Type": [
"application/json"
"application/vnd.api+json"
]
},
"statusCode": 201,
Expand All @@ -27,13 +27,13 @@
"timeToLive": {
"unlimited": true
},
"id": "da4c1e71-79b6-967e-765b-83722311cb87"
"id": "e0ff0da5-171c-4344-c243-1b88cad9cfdc"
},
{
"httpRequest": {
"headers": {},
"method": "DELETE",
"path": "/api/v2/remote_config/products/obs_pipelines/pipelines/5260fb94-d752-11f0-b25c-da7ad0900002",
"path": "/api/v2/obs-pipelines/pipelines/c0192056-dc0e-11f0-945f-da7ad0900002",
"keepAlive": false,
"secure": true
},
Expand All @@ -52,13 +52,13 @@
"timeToLive": {
"unlimited": true
},
"id": "46a341e9-6357-9ca3-9864-fbc1cf39edc4"
"id": "748ef85f-37ba-07e8-2c8a-1c6f60aec05e"
},
{
"httpRequest": {
"headers": {},
"method": "DELETE",
"path": "/api/v2/remote_config/products/obs_pipelines/pipelines/5260fb94-d752-11f0-b25c-da7ad0900002",
"path": "/api/v2/obs-pipelines/pipelines/c0192056-dc0e-11f0-945f-da7ad0900002",
"keepAlive": false,
"secure": true
},
Expand All @@ -78,6 +78,6 @@
"timeToLive": {
"unlimited": true
},
"id": "46a341e9-6357-9ca3-9864-fbc1cf39edc5"
"id": "748ef85f-37ba-07e8-2c8a-1c6f60aec05f"
}
]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-12-12T12:01:43.689Z
2025-12-18T12:40:37.645Z
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
},
"headers": {},
"method": "POST",
"path": "/api/v2/remote_config/products/obs_pipelines/pipelines",
"path": "/api/v2/obs-pipelines/pipelines",
"keepAlive": false,
"secure": true
},
"httpResponse": {
"body": "{\"data\":{\"id\":\"53caaa70-d752-11f0-b766-da7ad0900002\",\"type\":\"pipelines\",\"attributes\":{\"name\":\"Main Observability Pipeline\",\"config\":{\"destinations\":[{\"id\":\"datadog-logs-destination\",\"inputs\":[\"processor-group-0\"],\"type\":\"datadog_logs\"}],\"processors\":[{\"enabled\":true,\"id\":\"processor-group-0\",\"include\":\"service:my-service\",\"inputs\":[\"datadog-agent-source\"],\"processors\":[{\"enabled\":true,\"id\":\"filter-processor\",\"include\":\"status:error\",\"type\":\"filter\"}]}],\"sources\":[{\"id\":\"datadog-agent-source\",\"type\":\"datadog_agent\"}]}}}}\n",
"body": "{\"data\":{\"id\":\"c15e2bd2-dc0e-11f0-b695-da7ad0900002\",\"type\":\"pipelines\",\"attributes\":{\"name\":\"Main Observability Pipeline\",\"config\":{\"destinations\":[{\"id\":\"datadog-logs-destination\",\"inputs\":[\"processor-group-0\"],\"type\":\"datadog_logs\"}],\"processors\":[{\"enabled\":true,\"id\":\"processor-group-0\",\"include\":\"service:my-service\",\"inputs\":[\"datadog-agent-source\"],\"processors\":[{\"enabled\":true,\"id\":\"filter-processor\",\"include\":\"status:error\",\"type\":\"filter\"}]}],\"sources\":[{\"id\":\"datadog-agent-source\",\"type\":\"datadog_agent\"}]}}}}\n",
"headers": {
"Content-Type": [
"application/json"
"application/vnd.api+json"
]
},
"statusCode": 201,
Expand All @@ -27,21 +27,21 @@
"timeToLive": {
"unlimited": true
},
"id": "da4c1e71-79b6-967e-765b-83722311cb85"
"id": "e0ff0da5-171c-4344-c243-1b88cad9cfda"
},
{
"httpRequest": {
"headers": {},
"method": "GET",
"path": "/api/v2/remote_config/products/obs_pipelines/pipelines/53caaa70-d752-11f0-b766-da7ad0900002",
"path": "/api/v2/obs-pipelines/pipelines/c15e2bd2-dc0e-11f0-b695-da7ad0900002",
"keepAlive": false,
"secure": true
},
"httpResponse": {
"body": "{\"data\":{\"id\":\"53caaa70-d752-11f0-b766-da7ad0900002\",\"type\":\"pipelines\",\"attributes\":{\"name\":\"Main Observability Pipeline\",\"config\":{\"destinations\":[{\"id\":\"datadog-logs-destination\",\"inputs\":[\"processor-group-0\"],\"type\":\"datadog_logs\"}],\"processors\":[{\"enabled\":true,\"id\":\"processor-group-0\",\"include\":\"service:my-service\",\"inputs\":[\"datadog-agent-source\"],\"processors\":[{\"enabled\":true,\"id\":\"filter-processor\",\"include\":\"status:error\",\"type\":\"filter\"}]}],\"sources\":[{\"id\":\"datadog-agent-source\",\"type\":\"datadog_agent\"}]}}}}\n",
"body": "{\"data\":{\"id\":\"c15e2bd2-dc0e-11f0-b695-da7ad0900002\",\"type\":\"pipelines\",\"attributes\":{\"name\":\"Main Observability Pipeline\",\"config\":{\"destinations\":[{\"id\":\"datadog-logs-destination\",\"inputs\":[\"processor-group-0\"],\"type\":\"datadog_logs\"}],\"processors\":[{\"enabled\":true,\"id\":\"processor-group-0\",\"include\":\"service:my-service\",\"inputs\":[\"datadog-agent-source\"],\"processors\":[{\"enabled\":true,\"id\":\"filter-processor\",\"include\":\"status:error\",\"type\":\"filter\"}]}],\"sources\":[{\"id\":\"datadog-agent-source\",\"type\":\"datadog_agent\"}]}}}}\n",
"headers": {
"Content-Type": [
"application/json"
"application/vnd.api+json"
]
},
"statusCode": 200,
Expand All @@ -53,13 +53,13 @@
"timeToLive": {
"unlimited": true
},
"id": "cc0b6778-19fc-ef10-1e06-5dee94820812"
"id": "23cfa06a-6767-4444-92dd-deac4f372007"
},
{
"httpRequest": {
"headers": {},
"method": "DELETE",
"path": "/api/v2/remote_config/products/obs_pipelines/pipelines/53caaa70-d752-11f0-b766-da7ad0900002",
"path": "/api/v2/obs-pipelines/pipelines/c15e2bd2-dc0e-11f0-b695-da7ad0900002",
"keepAlive": false,
"secure": true
},
Expand All @@ -78,6 +78,6 @@
"timeToLive": {
"unlimited": true
},
"id": "5be73d69-74d3-3bc3-f3ea-979fa86cbd31"
"id": "6b60278c-a373-5684-c2d8-8c00a67c1051"
}
]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-12-12T12:01:46.096Z
2025-12-18T12:40:39.925Z
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"httpRequest": {
"headers": {},
"method": "GET",
"path": "/api/v2/remote_config/products/obs_pipelines/pipelines",
"path": "/api/v2/obs-pipelines/pipelines",
"queryStringParameters": {
"page[size]": [
"0"
Expand All @@ -28,6 +28,6 @@
"timeToLive": {
"unlimited": true
},
"id": "986c80b1-2bab-98f5-4c61-f0c3e4c7fb8c"
"id": "560cc035-2b0e-950a-431f-343291637299"
}
]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-12-12T12:01:46.582Z
2025-12-18T12:40:40.386Z
Loading
Loading