Skip to content

Commit c5bd1fc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3f22325 of spec repo
1 parent 76438b5 commit c5bd1fc

5 files changed

Lines changed: 6 additions & 6 deletions

.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

src/datadog_api_client/v2/model/custom_destination_forward_destination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, **kwargs):
3030
3131
:param sourcetype: The Splunk sourcetype for the events sent to this Splunk destination.
3232
33-
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
33+
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`
3434
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
3535
value is used as the sourcetype.
3636
:type sourcetype: str, none_type, optional

src/datadog_api_client/v2/model/custom_destination_forward_destination_splunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(
6161
6262
:param sourcetype: The Splunk sourcetype for the events sent to this Splunk destination.
6363
64-
If absent, the default sourcetype ``_json`` is used. If set to null, the ``sourcetype``
64+
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``
6565
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
6666
value is used as the sourcetype.
6767
:type sourcetype: str, none_type, optional

src/datadog_api_client/v2/model/custom_destination_response_forward_destination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, **kwargs):
2727
2828
:param sourcetype: The Splunk sourcetype for the events sent to this Splunk destination.
2929
30-
If absent, the default sourcetype `_json` is used. If set to null, the `sourcetype`
30+
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`
3131
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
3232
value is used as the sourcetype.
3333
:type sourcetype: str, none_type, optional

src/datadog_api_client/v2/model/custom_destination_response_forward_destination_splunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(
5555
5656
:param sourcetype: The Splunk sourcetype for the events sent to this Splunk destination.
5757
58-
If absent, the default sourcetype ``_json`` is used. If set to null, the ``sourcetype``
58+
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``
5959
field is omitted from the Splunk HEC payload entirely. Otherwise, the provided string
6060
value is used as the sourcetype.
6161
:type sourcetype: str, none_type, optional

0 commit comments

Comments
 (0)