Skip to content

Commit fe89a16

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f4e1087 of spec repo
1 parent 915eb0f commit fe89a16

34 files changed

Lines changed: 991 additions & 2 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18042,6 +18042,16 @@ components:
1804218042
Must have HTTPS scheme and forwarding back to Datadog is not allowed.
1804318043
example: https://example.com
1804418044
type: string
18045+
sourcetype:
18046+
description: |-
18047+
The Splunk sourcetype for the events sent to this Splunk destination.
18048+
18049+
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
18050+
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
18051+
value is used as the sourcetype.
18052+
example: my-source
18053+
nullable: true
18054+
type: string
1804518055
type:
1804618056
$ref: "#/components/schemas/CustomDestinationForwardDestinationSplunkType"
1804718057
required:
@@ -18317,6 +18327,16 @@ components:
1831718327
Must have HTTPS scheme and forwarding back to Datadog is not allowed.
1831818328
example: https://example.com
1831918329
type: string
18330+
sourcetype:
18331+
description: |-
18332+
The Splunk sourcetype for the events sent to this Splunk destination.
18333+
18334+
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
18335+
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
18336+
value is used as the sourcetype.
18337+
example: my-source
18338+
nullable: true
18339+
type: string
1832018340
type:
1832118341
$ref: "#/components/schemas/CustomDestinationResponseForwardDestinationSplunkType"
1832218342
required:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-25T16:23:47.455Z

cassettes/features/v2/logs_custom_destinations/Create-a-Splunk-custom-destination-with-a-null-sourcetype-returns-OK-response.yml

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-25T16:23:49.008Z

cassettes/features/v2/logs_custom_destinations/Create-a-Splunk-custom-destination-with-a-sourcetype-returns-OK-response.yml

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-25T16:23:50.210Z

cassettes/features/v2/logs_custom_destinations/Create-a-Splunk-custom-destination-with-an-empty-string-sourcetype-returns-OK-response.yml

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-25T16:23:51.766Z

cassettes/features/v2/logs_custom_destinations/Create-a-Splunk-custom-destination-with-an-invalid-sourcetype-returns-Bad-Request-response.yml

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-25T16:23:52.120Z

0 commit comments

Comments
 (0)