Skip to content

Commit 2381e4b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit f2bdaa1 of spec repo (#85)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent f0fd1bb commit 2381e4b

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.2.0",
7-
"regenerated": "2020-09-24 11:31:33.445651",
8-
"spec_repo_commit": "68f66e0"
7+
"regenerated": "2020-09-25 15:17:57.180285",
8+
"spec_repo_commit": "f2bdaa1"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-09-24 11:31:44.213986",
13-
"spec_repo_commit": "68f66e0"
12+
"regenerated": "2020-09-25 15:18:07.390821",
13+
"spec_repo_commit": "f2bdaa1"
1414
}
1515
}
1616
}

docs/v1/LogsAttributeRemapper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**override_on_conflict** | **bool** | Override or not the target element if already set, | [optional] if omitted the server will use the default value of False
1313
**preserve_source** | **bool** | Remove or preserve the remapped source element. | [optional] if omitted the server will use the default value of False
1414
**source_type** | **str** | Defines if the sources are from log &#x60;attribute&#x60; or &#x60;tag&#x60;. | [optional] if omitted the server will use the default value of "attribute"
15-
**target_type** | **str** | Defines if the sources are from log &#x60;attribute&#x60; or &#x60;tag&#x60;. | [optional] if omitted the server will use the default value of "attribute"
15+
**target_type** | **str** | Defines if the final attribute or tag name is from log &#x60;attribute&#x60; or &#x60;tag&#x60;. | [optional] if omitted the server will use the default value of "attribute"
1616

1717
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1818

docs/v1/LogsProcessor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
1919
**override_on_conflict** | **bool** | Override or not the target element if already set, | [optional] if omitted the server will use the default value of False
2020
**preserve_source** | **bool** | Remove or preserve the remapped source element. | [optional] if omitted the server will use the default value of False
2121
**source_type** | **str** | Defines if the sources are from log &#x60;attribute&#x60; or &#x60;tag&#x60;. | [optional] if omitted the server will use the default value of "attribute"
22-
**target_type** | **str** | Defines if the sources are from log &#x60;attribute&#x60; or &#x60;tag&#x60;. | [optional] if omitted the server will use the default value of "attribute"
22+
**target_type** | **str** | Defines if the final attribute or tag name is from log &#x60;attribute&#x60; or &#x60;tag&#x60;. | [optional] if omitted the server will use the default value of "attribute"
2323
**normalize_ending_slashes** | **bool, none_type** | Normalize the ending slashes or not. | [optional] if omitted the server will use the default value of False
2424
**is_encoded** | **bool** | Define if the source attribute is URL encoded or not. | [optional] if omitted the server will use the default value of False
2525
**is_replace_missing** | **bool** | If true, it replaces all missing attributes of &#x60;template&#x60; by an empty string. If &#x60;false&#x60; (default), skips the operation for missing attributes. | [optional] if omitted the server will use the default value of False

src/datadog_api_client/v1/model/logs_attribute_remapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def __init__(self, sources, target, type, *args, **kwargs): # noqa: E501
160160
override_on_conflict (bool): Override or not the target element if already set,. [optional] if omitted the server will use the default value of False # noqa: E501
161161
preserve_source (bool): Remove or preserve the remapped source element.. [optional] if omitted the server will use the default value of False # noqa: E501
162162
source_type (str): Defines if the sources are from log &#x60;attribute&#x60; or &#x60;tag&#x60;.. [optional] if omitted the server will use the default value of "attribute" # noqa: E501
163-
target_type (str): Defines if the sources are from log &#x60;attribute&#x60; or &#x60;tag&#x60;.. [optional] if omitted the server will use the default value of "attribute" # noqa: E501
163+
target_type (str): Defines if the final attribute or tag name is from log &#x60;attribute&#x60; or &#x60;tag&#x60;.. [optional] if omitted the server will use the default value of "attribute" # noqa: E501
164164
"""
165165

166166
_check_type = kwargs.pop('_check_type', True)

src/datadog_api_client/v1/model/logs_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
190190
override_on_conflict (bool): Override or not the target element if already set,. [optional] if omitted the server will use the default value of False # noqa: E501
191191
preserve_source (bool): Remove or preserve the remapped source element.. [optional] if omitted the server will use the default value of False # noqa: E501
192192
source_type (str): Defines if the sources are from log &#x60;attribute&#x60; or &#x60;tag&#x60;.. [optional] if omitted the server will use the default value of "attribute" # noqa: E501
193-
target_type (str): Defines if the sources are from log &#x60;attribute&#x60; or &#x60;tag&#x60;.. [optional] if omitted the server will use the default value of "attribute" # noqa: E501
193+
target_type (str): Defines if the final attribute or tag name is from log &#x60;attribute&#x60; or &#x60;tag&#x60;.. [optional] if omitted the server will use the default value of "attribute" # noqa: E501
194194
normalize_ending_slashes (bool, none_type): Normalize the ending slashes or not.. [optional] if omitted the server will use the default value of False # noqa: E501
195195
is_encoded (bool): Define if the source attribute is URL encoded or not.. [optional] if omitted the server will use the default value of False # noqa: E501
196196
is_replace_missing (bool): If true, it replaces all missing attributes of &#x60;template&#x60; by an empty string. If &#x60;false&#x60; (default), skips the operation for missing attributes.. [optional] if omitted the server will use the default value of False # noqa: E501

src/datadog_api_client/v1/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,8 @@ components:
24962496
type: string
24972497
target_type:
24982498
default: attribute
2499-
description: Defines if the sources are from log `attribute` or `tag`.
2499+
description: Defines if the final attribute or tag name is from log `attribute`
2500+
or `tag`.
25002501
type: string
25012502
type:
25022503
$ref: '#/components/schemas/LogsAttributeRemapperType'

0 commit comments

Comments
 (0)