Skip to content

Commit 9a79334

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 89aa4b5 of spec repo
1 parent 94e198b commit 9a79334

34 files changed

Lines changed: 998 additions & 2 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17412,6 +17412,16 @@ components:
1741217412
Must have HTTPS scheme and forwarding back to Datadog is not allowed.
1741317413
example: https://example.com
1741417414
type: string
17415+
sourcetype:
17416+
description: |-
17417+
The Splunk sourcetype for the events sent to this Splunk destination.
17418+
17419+
If absent, the default sourcetype `_json` is used. If set to `null`, the `sourcetype`
17420+
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
17421+
value is used as the sourcetype.
17422+
example: my-source
17423+
nullable: true
17424+
type: string
1741517425
type:
1741617426
$ref: "#/components/schemas/CustomDestinationForwardDestinationSplunkType"
1741717427
required:
@@ -17687,6 +17697,16 @@ components:
1768717697
Must have HTTPS scheme and forwarding back to Datadog is not allowed.
1768817698
example: https://example.com
1768917699
type: string
17700+
sourcetype:
17701+
description: |-
17702+
The Splunk sourcetype for the events sent to this Splunk destination.
17703+
17704+
If absent, the default sourcetype `_json` is used. If set to `null`, the `sourcetype`
17705+
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
17706+
value is used as the sourcetype.
17707+
example: my-source
17708+
nullable: true
17709+
type: string
1769017710
type:
1769117711
$ref: "#/components/schemas/CustomDestinationResponseForwardDestinationSplunkType"
1769217712
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)