Skip to content

Commit 0cd7ee2

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3f22325 of spec repo
1 parent 8175076 commit 0cd7ee2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18293,7 +18293,7 @@ components:
1829318293
description: |-
1829418294
The Splunk sourcetype for the events sent to this Splunk destination.
1829518295

18296-
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
18296+
If not defined and not already set, the default sourcetype `_json` is used. Otherwise, the previously set value remains unchanged. If set to null, the `sourcetype`
1829718297
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
1829818298
value is used as the sourcetype.
1829918299
example: my-source
@@ -18578,7 +18578,7 @@ components:
1857818578
description: |-
1857918579
The Splunk sourcetype for the events sent to this Splunk destination.
1858018580

18581-
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
18581+
If not defined and not already set, the default sourcetype `_json` is used. Otherwise, the previously set value remains unchanged. If set to null, the `sourcetype`
1858218582
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
1858318583
value is used as the sourcetype.
1858418584
example: my-source

packages/datadog-api-client-v2/models/CustomDestinationForwardDestinationSplunk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class CustomDestinationForwardDestinationSplunk {
2323
/**
2424
* The Splunk sourcetype for the events sent to this Splunk destination.
2525
*
26-
* If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
26+
* If not defined and not already set, the default sourcetype `_json` is used. Otherwise, the previously set value remains unchanged. If set to null, the `sourcetype`
2727
* field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
2828
* value is used as the sourcetype.
2929
*/

packages/datadog-api-client-v2/models/CustomDestinationResponseForwardDestinationSplunk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class CustomDestinationResponseForwardDestinationSplunk {
1919
/**
2020
* The Splunk sourcetype for the events sent to this Splunk destination.
2121
*
22-
* If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
22+
* If not defined and not already set, the default sourcetype `_json` is used. Otherwise, the previously set value remains unchanged. If set to null, the `sourcetype`
2323
* field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
2424
* value is used as the sourcetype.
2525
*/

0 commit comments

Comments
 (0)