Skip to content

Commit fb3c8f3

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 67fffe4 of spec repo
1 parent acc396a commit fb3c8f3

45 files changed

Lines changed: 350 additions & 94 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: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35144,6 +35144,8 @@ components:
3514435144
description: The `add_env_vars` processor adds environment variable values to
3514535145
log events.
3514635146
properties:
35147+
display_name:
35148+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3514735149
enabled:
3514835150
description: Whether this processor is enabled.
3514935151
example: true
@@ -35199,6 +35201,8 @@ components:
3519935201
ObservabilityPipelineAddFieldsProcessor:
3520035202
description: The `add_fields` processor adds static key-value fields to logs.
3520135203
properties:
35204+
display_name:
35205+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3520235206
enabled:
3520335207
description: Whether this processor is enabled.
3520435208
example: true
@@ -35515,6 +35519,10 @@ components:
3551535519
role session.
3551635520
type: string
3551735521
type: object
35522+
ObservabilityPipelineComponentDisplayName:
35523+
description: The display name for a component.
35524+
example: my component
35525+
type: string
3551835526
ObservabilityPipelineConfig:
3551935527
description: Specifies the pipeline's configuration, including its sources,
3552035528
processors, and destinations.
@@ -35605,6 +35613,8 @@ components:
3560535613
include: status:error
3560635614
type: filter
3560735615
properties:
35616+
display_name:
35617+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3560835618
enabled:
3560935619
description: Whether this processor group is enabled.
3561035620
example: true
@@ -35768,6 +35778,8 @@ components:
3576835778
Remap Language (VRL)](https://vector.dev/docs/reference/vrl/) scripts with
3576935779
advanced filtering capabilities.
3577035780
properties:
35781+
display_name:
35782+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3577135783
enabled:
3577235784
description: Whether this processor is enabled.
3577335785
example: true
@@ -35935,6 +35947,8 @@ components:
3593535947
properties:
3593635948
action:
3593735949
$ref: '#/components/schemas/ObservabilityPipelineDatadogTagsProcessorAction'
35950+
display_name:
35951+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3593835952
enabled:
3593935953
description: Whether this processor is enabled.
3594035954
example: true
@@ -36016,6 +36030,8 @@ components:
3601636030
ObservabilityPipelineDedupeProcessor:
3601736031
description: The `dedupe` processor removes duplicate fields in log events.
3601836032
properties:
36033+
display_name:
36034+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3601936035
enabled:
3602036036
description: Whether this processor is enabled.
3602136037
example: true
@@ -36253,6 +36269,8 @@ components:
3625336269
description: The `enrichment_table` processor enriches logs using a static CSV
3625436270
file or GeoIP database.
3625536271
properties:
36272+
display_name:
36273+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3625636274
enabled:
3625736275
description: Whether this processor is enabled.
3625836276
example: true
@@ -36312,6 +36330,8 @@ components:
3631236330
on a Datadog search query. Logs that match the `include` query are passed
3631336331
through; others are discarded.
3631436332
properties:
36333+
display_name:
36334+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3631536335
enabled:
3631636336
description: Whether this processor is enabled.
3631736337
example: true
@@ -36414,6 +36434,8 @@ components:
3641436434
Metrics can be counters, gauges, or distributions and optionally grouped by
3641536435
log fields.'
3641636436
properties:
36437+
display_name:
36438+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3641736439
enabled:
3641836440
description: Whether this processor is enabled.
3641936441
example: true
@@ -37035,6 +37057,8 @@ components:
3703537057
description: The `ocsf_mapper` processor transforms logs into the OCSF schema
3703637058
using a predefined mapping configuration.
3703737059
properties:
37060+
display_name:
37061+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3703837062
enabled:
3703937063
description: Whether this processor is enabled.
3704037064
example: true
@@ -37166,6 +37190,8 @@ components:
3716637190
by Datadog.
3716737191
example: true
3716837192
type: boolean
37193+
display_name:
37194+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3716937195
enabled:
3717037196
description: Whether this processor is enabled.
3717137197
example: true
@@ -37278,6 +37304,8 @@ components:
3727837304
and flattens it into the event. This is useful when logs contain embedded
3727937305
JSON as a string.
3728037306
properties:
37307+
display_name:
37308+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3728137309
enabled:
3728237310
description: Whether this processor is enabled.
3728337311
example: true
@@ -37331,6 +37359,8 @@ components:
3733137359
a specified filter. When the configured daily quota is met, the processor
3733237360
can drop or alert.
3733337361
properties:
37362+
display_name:
37363+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3733437364
drop_events:
3733537365
description: If set to `true`, logs that matched the quota filter and sent
3733637366
after the quota has been met are dropped; only logs that did not match
@@ -37462,6 +37492,8 @@ components:
3746237492
description: The `reduce` processor aggregates and merges logs based on matching
3746337493
keys and merge strategies.
3746437494
properties:
37495+
display_name:
37496+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3746537497
enabled:
3746637498
description: Whether this processor is enabled.
3746737499
example: true
@@ -37554,6 +37586,8 @@ components:
3755437586
ObservabilityPipelineRemoveFieldsProcessor:
3755537587
description: The `remove_fields` processor deletes specified fields from logs.
3755637588
properties:
37589+
display_name:
37590+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3755737591
enabled:
3755837592
description: Whether this processor is enabled.
3755937593
example: true
@@ -37598,6 +37632,8 @@ components:
3759837632
ObservabilityPipelineRenameFieldsProcessor:
3759937633
description: The `rename_fields` processor changes field names.
3760037634
properties:
37635+
display_name:
37636+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3760137637
enabled:
3760237638
description: Whether this processor is enabled.
3760337639
example: true
@@ -37733,6 +37769,8 @@ components:
3773337769
description: The `sample` processor allows probabilistic sampling of logs at
3773437770
a fixed rate.
3773537771
properties:
37772+
display_name:
37773+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3773637774
enabled:
3773737775
description: Whether this processor is enabled.
3773837776
example: true
@@ -37780,6 +37818,8 @@ components:
3778037818
description: The `sensitive_data_scanner` processor detects and optionally redacts
3778137819
sensitive data in log events.
3778237820
properties:
37821+
display_name:
37822+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3778337823
enabled:
3778437824
description: Whether this processor is enabled.
3778537825
example: true
@@ -38769,6 +38809,8 @@ components:
3876938809
description: The `throttle` processor limits the number of events that pass
3877038810
through over a given time window.
3877138811
properties:
38812+
display_name:
38813+
$ref: '#/components/schemas/ObservabilityPipelineComponentDisplayName'
3877238814
enabled:
3877338815
description: Whether this processor is enabled.
3877438816
example: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-12-12T12:01:38.830Z
1+
2025-12-18T16:15:15.575Z

cassettes/features/v2/observability_pipelines/Create-a-new-pipeline-returns-Bad-Request-response.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-12-12T12:01:39.315Z
1+
2025-12-18T16:15:16.062Z

cassettes/features/v2/observability_pipelines/Create-a-new-pipeline-returns-OK-response.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-12-12T12:01:40.725Z
1+
2025-12-18T16:15:17.165Z

cassettes/features/v2/observability_pipelines/Delete-a-pipeline-returns-Not-Found-response.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-12-12T12:01:41.308Z
1+
2025-12-18T16:15:17.716Z

cassettes/features/v2/observability_pipelines/Delete-a-pipeline-returns-OK-response.yml

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-12-12T12:01:43.689Z
1+
2025-12-18T16:15:20.018Z

0 commit comments

Comments
 (0)