Skip to content

Commit 31d26d1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 01da443 of spec repo (#69)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent b4832ca commit 31d26d1

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-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-16 13:35:01.251753",
8-
"spec_repo_commit": "2833f0d"
7+
"regenerated": "2020-09-16 14:34:33.340509",
8+
"spec_repo_commit": "01da443"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-09-16 13:35:10.530384",
13-
"spec_repo_commit": "2833f0d"
12+
"regenerated": "2020-09-16 14:34:44.116861",
13+
"spec_repo_commit": "01da443"
1414
}
1515
}
1616
}

docs/v2/LogAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**message** | **str** | The message [reserved attribute](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes) of your log. By default, Datadog ingests the value of the message attribute as the body of the log entry. That value is then highlighted and displayed in the Logstream, where it is indexed for full text search. | [optional]
1010
**service** | **str** | The name of the application or service generating the log events. It is used to switch from Logs to APM, so make sure you define the same value when you use both products. | [optional]
1111
**status** | **str** | Status of the message associated with your log. | [optional]
12-
**tags** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | Array of tags associated with your log. | [optional]
12+
**tags** | **[str]** | Array of tags associated with your log. | [optional]
1313
**timestamp** | **datetime** | Timestamp of your log. | [optional]
1414

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

src/datadog_api_client/v2/model/log_attributes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def openapi_types():
7676
'message': (str,), # noqa: E501
7777
'service': (str,), # noqa: E501
7878
'status': (str,), # noqa: E501
79-
'tags': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501
79+
'tags': ([str],), # noqa: E501
8080
'timestamp': (datetime,), # noqa: E501
8181
}
8282

@@ -146,7 +146,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
146146
message (str): The message [reserved attribute](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes) of your log. By default, Datadog ingests the value of the message attribute as the body of the log entry. That value is then highlighted and displayed in the Logstream, where it is indexed for full text search.. [optional] # noqa: E501
147147
service (str): The name of the application or service generating the log events. It is used to switch from Logs to APM, so make sure you define the same value when you use both products.. [optional] # noqa: E501
148148
status (str): Status of the message associated with your log.. [optional] # noqa: E501
149-
tags ([bool, date, datetime, dict, float, int, list, str, none_type]): Array of tags associated with your log.. [optional] # noqa: E501
149+
tags ([str]): Array of tags associated with your log.. [optional] # noqa: E501
150150
timestamp (datetime): Timestamp of your log.. [optional] # noqa: E501
151151
"""
152152

src/datadog_api_client/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,10 @@ components:
318318
description: Array of tags associated with your log.
319319
example:
320320
- team:A
321-
format: array
322321
items:
323322
description: Tag associated with your log.
324-
format: string
323+
type: string
324+
type: array
325325
timestamp:
326326
description: Timestamp of your log.
327327
example: '2019-01-02T09:42:36.320Z'

0 commit comments

Comments
 (0)