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/datadog_api_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,12 @@ def __init__(
"v2.update_monitor_user_template": False,
"v2.validate_existing_monitor_user_template": False,
"v2.validate_monitor_user_template": False,
"v2.create_pipeline": False,
"v2.delete_pipeline": False,
"v2.get_pipeline": False,
"v2.list_pipelines": False,
"v2.update_pipeline": False,
"v2.validate_pipeline": False,
"v2.list_role_templates": False,
"v2.create_connection": False,
"v2.delete_connection": False,
Expand All @@ -368,12 +374,6 @@ def __init__(
"v2.query_event_filtered_users": False,
"v2.query_users": False,
"v2.update_connection": False,
"v2.create_pipeline": False,
"v2.delete_pipeline": False,
"v2.get_pipeline": False,
"v2.list_pipelines": False,
"v2.update_pipeline": False,
"v2.validate_pipeline": False,
"v2.create_scorecard_outcomes_batch": False,
"v2.create_scorecard_rule": False,
"v2.delete_scorecard_rule": False,
Expand Down
12 changes: 6 additions & 6 deletions src/datadog_api_client/v2/api/observability_pipelines_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, api_client=None):
settings={
"response_type": (ObservabilityPipeline,),
"auth": ["apiKeyAuth", "appKeyAuth"],
"endpoint_path": "/api/v2/remote_config/products/obs_pipelines/pipelines",
"endpoint_path": "/api/v2/obs-pipelines/pipelines",
"operation_id": "create_pipeline",
"http_method": "POST",
"version": "v2",
Expand All @@ -51,7 +51,7 @@ def __init__(self, api_client=None):
settings={
"response_type": None,
"auth": ["apiKeyAuth", "appKeyAuth"],
"endpoint_path": "/api/v2/remote_config/products/obs_pipelines/pipelines/{pipeline_id}",
"endpoint_path": "/api/v2/obs-pipelines/pipelines/{pipeline_id}",
"operation_id": "delete_pipeline",
"http_method": "DELETE",
"version": "v2",
Expand All @@ -74,7 +74,7 @@ def __init__(self, api_client=None):
settings={
"response_type": (ObservabilityPipeline,),
"auth": ["apiKeyAuth", "appKeyAuth"],
"endpoint_path": "/api/v2/remote_config/products/obs_pipelines/pipelines/{pipeline_id}",
"endpoint_path": "/api/v2/obs-pipelines/pipelines/{pipeline_id}",
"operation_id": "get_pipeline",
"http_method": "GET",
"version": "v2",
Expand All @@ -97,7 +97,7 @@ def __init__(self, api_client=None):
settings={
"response_type": (ListPipelinesResponse,),
"auth": ["apiKeyAuth", "appKeyAuth"],
"endpoint_path": "/api/v2/remote_config/products/obs_pipelines/pipelines",
"endpoint_path": "/api/v2/obs-pipelines/pipelines",
"operation_id": "list_pipelines",
"http_method": "GET",
"version": "v2",
Expand All @@ -124,7 +124,7 @@ def __init__(self, api_client=None):
settings={
"response_type": (ObservabilityPipeline,),
"auth": ["apiKeyAuth", "appKeyAuth"],
"endpoint_path": "/api/v2/remote_config/products/obs_pipelines/pipelines/{pipeline_id}",
"endpoint_path": "/api/v2/obs-pipelines/pipelines/{pipeline_id}",
"operation_id": "update_pipeline",
"http_method": "PUT",
"version": "v2",
Expand All @@ -150,7 +150,7 @@ def __init__(self, api_client=None):
settings={
"response_type": (ValidationResponse,),
"auth": ["apiKeyAuth", "appKeyAuth"],
"endpoint_path": "/api/v2/remote_config/products/obs_pipelines/pipelines/validate",
"endpoint_path": "/api/v2/obs-pipelines/pipelines/validate",
"operation_id": "validate_pipeline",
"http_method": "POST",
"version": "v2",
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 @@ -8,7 +8,7 @@ interactions:
content-type:
- application/json
method: POST
uri: https://api.datadoghq.com/api/v2/remote_config/products/obs_pipelines/pipelines
uri: https://api.datadoghq.com/api/v2/obs-pipelines/pipelines
response:
body:
string: '{"errors":[{"title":"Component with ID my-processor-group is an unknown
Expand Down
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 @@ -8,16 +8,16 @@ interactions:
content-type:
- application/json
method: POST
uri: https://api.datadoghq.com/api/v2/remote_config/products/obs_pipelines/pipelines
uri: https://api.datadoghq.com/api/v2/obs-pipelines/pipelines
response:
body:
string: '{"data":{"id":"512fbd46-d752-11f0-b25a-da7ad0900002","type":"pipelines","attributes":{"name":"Main
string: '{"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"}]}}}}

'
headers:
content-type:
- application/json
- application/vnd.api+json
status:
code: 201
message: Created
Expand All @@ -27,7 +27,7 @@ interactions:
accept:
- '*/*'
method: DELETE
uri: https://api.datadoghq.com/api/v2/remote_config/products/obs_pipelines/pipelines/512fbd46-d752-11f0-b25a-da7ad0900002
uri: https://api.datadoghq.com/api/v2/obs-pipelines/pipelines/bf212248-dc0e-11f0-b693-da7ad0900002
response:
body:
string: ''
Expand Down
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 @@ -5,7 +5,7 @@ interactions:
accept:
- '*/*'
method: DELETE
uri: https://api.datadoghq.com/api/v2/remote_config/products/obs_pipelines/pipelines/3fa85f64-5717-4562-b3fc-2c963f66afa6
uri: https://api.datadoghq.com/api/v2/obs-pipelines/pipelines/3fa85f64-5717-4562-b3fc-2c963f66afa6
response:
body:
string: '{"errors":[{"title":"Resource Not Found"}]}
Expand Down
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 @@ -8,16 +8,16 @@ interactions:
content-type:
- application/json
method: POST
uri: https://api.datadoghq.com/api/v2/remote_config/products/obs_pipelines/pipelines
uri: https://api.datadoghq.com/api/v2/obs-pipelines/pipelines
response:
body:
string: '{"data":{"id":"5260fb94-d752-11f0-b25c-da7ad0900002","type":"pipelines","attributes":{"name":"Main
string: '{"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"}]}}}}

'
headers:
content-type:
- application/json
- application/vnd.api+json
status:
code: 201
message: Created
Expand All @@ -27,7 +27,7 @@ interactions:
accept:
- '*/*'
method: DELETE
uri: https://api.datadoghq.com/api/v2/remote_config/products/obs_pipelines/pipelines/5260fb94-d752-11f0-b25c-da7ad0900002
uri: https://api.datadoghq.com/api/v2/obs-pipelines/pipelines/c0192056-dc0e-11f0-945f-da7ad0900002
response:
body:
string: ''
Expand All @@ -43,7 +43,7 @@ interactions:
accept:
- '*/*'
method: DELETE
uri: https://api.datadoghq.com/api/v2/remote_config/products/obs_pipelines/pipelines/5260fb94-d752-11f0-b25c-da7ad0900002
uri: https://api.datadoghq.com/api/v2/obs-pipelines/pipelines/c0192056-dc0e-11f0-945f-da7ad0900002
response:
body:
string: '{"errors":[{"title":"Resource Not Found"}]}
Expand Down
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 @@ -8,16 +8,16 @@ interactions:
content-type:
- application/json
method: POST
uri: https://api.datadoghq.com/api/v2/remote_config/products/obs_pipelines/pipelines
uri: https://api.datadoghq.com/api/v2/obs-pipelines/pipelines
response:
body:
string: '{"data":{"id":"53caaa70-d752-11f0-b766-da7ad0900002","type":"pipelines","attributes":{"name":"Main
string: '{"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"}]}}}}

'
headers:
content-type:
- application/json
- application/vnd.api+json
status:
code: 201
message: Created
Expand All @@ -27,16 +27,16 @@ interactions:
accept:
- application/json
method: GET
uri: https://api.datadoghq.com/api/v2/remote_config/products/obs_pipelines/pipelines/53caaa70-d752-11f0-b766-da7ad0900002
uri: https://api.datadoghq.com/api/v2/obs-pipelines/pipelines/c15e2bd2-dc0e-11f0-b695-da7ad0900002
response:
body:
string: '{"data":{"id":"53caaa70-d752-11f0-b766-da7ad0900002","type":"pipelines","attributes":{"name":"Main
string: '{"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"}]}}}}

'
headers:
content-type:
- application/json
- application/vnd.api+json
status:
code: 200
message: OK
Expand All @@ -46,7 +46,7 @@ interactions:
accept:
- '*/*'
method: DELETE
uri: https://api.datadoghq.com/api/v2/remote_config/products/obs_pipelines/pipelines/53caaa70-d752-11f0-b766-da7ad0900002
uri: https://api.datadoghq.com/api/v2/obs-pipelines/pipelines/c15e2bd2-dc0e-11f0-b695-da7ad0900002
response:
body:
string: ''
Expand Down
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 @@ -5,7 +5,7 @@ interactions:
accept:
- application/json
method: GET
uri: https://api.datadoghq.com/api/v2/remote_config/products/obs_pipelines/pipelines?page%5Bsize%5D=0
uri: https://api.datadoghq.com/api/v2/obs-pipelines/pipelines?page%5Bsize%5D=0
response:
body:
string: '{"errors":[{"title":"page[size] must be a number between 1 and 50"}]}
Expand Down
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