Skip to content

Commit 0958a78

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b9e35a4 of spec repo
1 parent c2193b9 commit 0958a78

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
@@ -17420,6 +17420,16 @@ components:
1742017420
Must have HTTPS scheme and forwarding back to Datadog is not allowed.
1742117421
example: https://example.com
1742217422
type: string
17423+
sourcetype:
17424+
description: |-
17425+
The Splunk sourcetype for the events sent to this Splunk destination.
17426+
17427+
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
17428+
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
17429+
value is used as the sourcetype.
17430+
example: my-source
17431+
nullable: true
17432+
type: string
1742317433
type:
1742417434
$ref: "#/components/schemas/CustomDestinationForwardDestinationSplunkType"
1742517435
required:
@@ -17695,6 +17705,16 @@ components:
1769517705
Must have HTTPS scheme and forwarding back to Datadog is not allowed.
1769617706
example: https://example.com
1769717707
type: string
17708+
sourcetype:
17709+
description: |-
17710+
The Splunk sourcetype for the events sent to this Splunk destination.
17711+
17712+
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
17713+
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
17714+
value is used as the sourcetype.
17715+
example: my-source
17716+
nullable: true
17717+
type: string
1769817718
type:
1769917719
$ref: "#/components/schemas/CustomDestinationResponseForwardDestinationSplunkType"
1770017720
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)