Skip to content

Commit b69cc48

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 68b59be of spec repo (#123)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6710dd4 commit b69cc48

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
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-10-21 14:04:53.677189",
8-
"spec_repo_commit": "89ff7a4"
7+
"regenerated": "2020-10-21 14:48:06.068755",
8+
"spec_repo_commit": "68b59be"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-10-21 14:05:03.995288",
13-
"spec_repo_commit": "89ff7a4"
12+
"regenerated": "2020-10-21 14:48:16.293726",
13+
"spec_repo_commit": "68b59be"
1414
}
1515
}
1616
}

docs/v1/LogsListRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**query** | **str** | The search query - following the log search syntax. |
88
**time** | [**LogsListRequestTime**](LogsListRequestTime.md) | |
9-
**index** | **str** | For multi-index organizations, the log index in which the request is performed. Default to &#39;*&#39; (all indexes). | [optional]
9+
**index** | **str** | The log index on which the request is performed. For multi-index organizations, the default is all live indexes. Historical indexes of rehydrated logs must be specified. | [optional]
1010
**limit** | **int** | Number of logs return in the response. | [optional]
1111
**sort** | [**LogsSort**](LogsSort.md) | | [optional]
1212
**start_at** | **str** | Hash identifier of the first log to return in the list, available in a log &#x60;id&#x60; attribute. This parameter is used for the pagination feature. **Note**: This parameter is ignored if the corresponding log is out of the scope of the specified time window. | [optional]

src/datadog_api_client/v1/model/logs_list_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def __init__(self, query, time, *args, **kwargs): # noqa: E501
153153
Animal class but this time we won't travel
154154
through its discriminator because we passed in
155155
_visited_composed_classes = (Animal,)
156-
index (str): For multi-index organizations, the log index in which the request is performed. Default to &#39;*&#39; (all indexes).. [optional] # noqa: E501
156+
index (str): The log index on which the request is performed. For multi-index organizations, the default is all live indexes. Historical indexes of rehydrated logs must be specified.. [optional] # noqa: E501
157157
limit (int): Number of logs return in the response.. [optional] # noqa: E501
158158
sort (LogsSort): [optional] # noqa: E501
159159
start_at (str): Hash identifier of the first log to return in the list, available in a log &#x60;id&#x60; attribute. This parameter is used for the pagination feature. **Note**: This parameter is ignored if the corresponding log is out of the scope of the specified time window.. [optional] # noqa: E501

src/datadog_api_client/v1/openapi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2891,8 +2891,9 @@ components:
28912891
your Organization.
28922892
properties:
28932893
index:
2894-
description: For multi-index organizations, the log index in which the request
2895-
is performed. Default to '*' (all indexes).
2894+
description: The log index on which the request is performed. For multi-index
2895+
organizations, the default is all live indexes. Historical indexes of
2896+
rehydrated logs must be specified.
28962897
example: retention-3,retention-15
28972898
type: string
28982899
limit:

0 commit comments

Comments
 (0)