Skip to content

Commit 481a5c7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit cc619fb of spec repo
1 parent c494bd7 commit 481a5c7

File tree

976 files changed

+86534
-1677
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

976 files changed

+86534
-1677
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.4.1.dev11",
7-
"regenerated": "2021-07-23 09:17:27.076054",
8-
"spec_repo_commit": "0b10309"
7+
"regenerated": "2021-07-29 09:54:35.234990",
8+
"spec_repo_commit": "cc619fb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev11",
12-
"regenerated": "2021-07-23 09:17:49.537097",
13-
"spec_repo_commit": "0b10309"
12+
"regenerated": "2021-07-29 09:55:06.931267",
13+
"spec_repo_commit": "cc619fb"
1414
}
1515
}
1616
}

.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ datadog_api_client/v2/model/users_response.py
341341
datadog_api_client/v2/model/users_type.py
342342
datadog_api_client/v2/model_utils.py
343343
datadog_api_client/v2/models/__init__.py
344-
datadog_api_client/v2/models/__init__.py
345344
datadog_api_client/v2/rest.py
346345
docs/APIErrorResponse.md
347346
docs/APIKeyCreateAttributes.md

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0-SNAPSHOT
1+
5.2.1-SNAPSHOT

docs/v1/AWSIntegrationApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Name | Type | Description | Notes
9595
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)
9696

9797
# **create_aws_tag_filter**
98-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} create_aws_tag_filter(body)
98+
> dict create_aws_tag_filter(body)
9999
100100
Set an AWS tag filter.
101101

@@ -141,7 +141,7 @@ Name | Type | Description | Notes
141141

142142
### Return type
143143

144-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
144+
**dict**
145145

146146
### Authorization
147147

@@ -238,7 +238,7 @@ Name | Type | Description | Notes
238238
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)
239239

240240
# **delete_aws_account**
241-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} delete_aws_account(body)
241+
> dict delete_aws_account(body)
242242
243243
Delete a Datadog-AWS integration matching the specified `account_id` and `role_name parameters`.
244244

@@ -284,7 +284,7 @@ Name | Type | Description | Notes
284284

285285
### Return type
286286

287-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
287+
**dict**
288288

289289
### Authorization
290290

@@ -307,7 +307,7 @@ Name | Type | Description | Notes
307307
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)
308308

309309
# **delete_aws_tag_filter**
310-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} delete_aws_tag_filter(body)
310+
> dict delete_aws_tag_filter(body)
311311
312312
Delete a tag filtering entry.
313313

@@ -352,7 +352,7 @@ Name | Type | Description | Notes
352352

353353
### Return type
354354

355-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
355+
**dict**
356356

357357
### Authorization
358358

@@ -566,7 +566,7 @@ Name | Type | Description | Notes
566566
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)
567567

568568
# **update_aws_account**
569-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} update_aws_account(body)
569+
> dict update_aws_account(body)
570570
571571
Update a Datadog-Amazon Web Services integration.
572572

@@ -634,7 +634,7 @@ Name | Type | Description | Notes
634634

635635
### Return type
636636

637-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
637+
**dict**
638638

639639
### Authorization
640640

docs/v1/AWSLogsIntegrationApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
164164
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)
165165

166166
# **create_aws_lambda_arn**
167-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} create_aws_lambda_arn(body)
167+
> dict create_aws_lambda_arn(body)
168168
169169
Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS account ID to enable log collection.
170170

@@ -209,7 +209,7 @@ Name | Type | Description | Notes
209209

210210
### Return type
211211

212-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
212+
**dict**
213213

214214
### Authorization
215215

@@ -231,7 +231,7 @@ Name | Type | Description | Notes
231231
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)
232232

233233
# **delete_aws_lambda_arn**
234-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} delete_aws_lambda_arn(body)
234+
> dict delete_aws_lambda_arn(body)
235235
236236
Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account.
237237

@@ -276,7 +276,7 @@ Name | Type | Description | Notes
276276

277277
### Return type
278278

279-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
279+
**dict**
280280

281281
### Authorization
282282

@@ -298,7 +298,7 @@ Name | Type | Description | Notes
298298
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)
299299

300300
# **enable_aws_log_services**
301-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} enable_aws_log_services(body)
301+
> dict enable_aws_log_services(body)
302302
303303
Enable automatic log collection for a list of services. This should be run after running `CreateAWSLambdaARN` to save the configuration.
304304

@@ -343,7 +343,7 @@ Name | Type | Description | Notes
343343

344344
### Return type
345345

346-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
346+
**dict**
347347

348348
### Authorization
349349

docs/v1/AzureIntegrationApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Method | HTTP request | Description
1212

1313

1414
# **create_azure_integration**
15-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} create_azure_integration(body)
15+
> dict create_azure_integration(body)
1616
1717
Create a Datadog-Azure integration.
1818

@@ -68,7 +68,7 @@ Name | Type | Description | Notes
6868

6969
### Return type
7070

71-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
71+
**dict**
7272

7373
### Authorization
7474

@@ -90,7 +90,7 @@ Name | Type | Description | Notes
9090
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)
9191

9292
# **delete_azure_integration**
93-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} delete_azure_integration(body)
93+
> dict delete_azure_integration(body)
9494
9595
Delete a given Datadog-Azure integration from your Datadog account.
9696

@@ -140,7 +140,7 @@ Name | Type | Description | Notes
140140

141141
### Return type
142142

143-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
143+
**dict**
144144

145145
### Authorization
146146

@@ -222,7 +222,7 @@ This endpoint does not need any parameter.
222222
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)
223223

224224
# **update_azure_host_filters**
225-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} update_azure_host_filters(body)
225+
> dict update_azure_host_filters(body)
226226
227227
Update the defined list of host filters for a given Datadog-Azure integration.
228228

@@ -272,7 +272,7 @@ Name | Type | Description | Notes
272272

273273
### Return type
274274

275-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
275+
**dict**
276276

277277
### Authorization
278278

@@ -294,7 +294,7 @@ Name | Type | Description | Notes
294294
[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)
295295

296296
# **update_azure_integration**
297-
> {str: (bool, date, datetime, dict, float, int, list, str, none_type)} update_azure_integration(body)
297+
> dict update_azure_integration(body)
298298
299299
Update a Datadog-Azure integration. Requires an existing `tenant_name` and `client_id`.
300300
Any other fields supplied will overwrite existing values. To overwrite `tenant_name` or `client_id`,
@@ -346,7 +346,7 @@ Name | Type | Description | Notes
346346

347347
### Return type
348348

349-
**{str: (bool, date, datetime, dict, float, int, list, str, none_type)}**
349+
**dict**
350350

351351
### Authorization
352352

docs/v1/DashboardListsApi.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,7 @@ with ApiClient(configuration) as api_client:
3535
# Create an instance of the API class
3636
api_instance = dashboard_lists_api.DashboardListsApi(api_client)
3737
body = DashboardList(
38-
author=Creator(
39-
email="email_example",
40-
handle="handle_example",
41-
name="name_example",
42-
),
43-
created=dateutil_parser('1970-01-01T00:00:00.00Z'),
44-
dashboard_count=1,
45-
id=1,
46-
is_favorite=True,
47-
modified=dateutil_parser('1970-01-01T00:00:00.00Z'),
4838
name="My Dashboard",
49-
type="manual_dashboard_list",
5039
) # DashboardList | Create a dashboard list request body.
5140

5241
# example passing only required values which don't have defaults set
@@ -300,18 +289,7 @@ with ApiClient(configuration) as api_client:
300289
api_instance = dashboard_lists_api.DashboardListsApi(api_client)
301290
list_id = 1 # int | ID of the dashboard list to update.
302291
body = DashboardList(
303-
author=Creator(
304-
email="email_example",
305-
handle="handle_example",
306-
name="name_example",
307-
),
308-
created=dateutil_parser('1970-01-01T00:00:00.00Z'),
309-
dashboard_count=1,
310-
id=1,
311-
is_favorite=True,
312-
modified=dateutil_parser('1970-01-01T00:00:00.00Z'),
313292
name="My Dashboard",
314-
type="manual_dashboard_list",
315293
) # DashboardList | Update a dashboard list request body.
316294

317295
# example passing only required values which don't have defaults set

docs/v1/DashboardsApi.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,9 @@ with ApiClient(configuration) as api_client:
3838
# Create an instance of the API class
3939
api_instance = dashboards_api.DashboardsApi(api_client)
4040
body = Dashboard(
41-
author_handle="[email protected]",
42-
created_at=dateutil_parser('1970-01-01T00:00:00.00Z'),
4341
description="description_example",
44-
id="123-abc-456",
4542
is_read_only=False,
4643
layout_type=DashboardLayoutType("ordered"),
47-
modified_at=dateutil_parser('1970-01-01T00:00:00.00Z'),
4844
notify_list=[
4945
"notify_list_example",
5046
],
@@ -71,7 +67,6 @@ with ApiClient(configuration) as api_client:
7167
),
7268
],
7369
title="",
74-
url="/dashboard/123-abc-456/example-dashboard-title",
7570
widgets=[
7671
Widget(
7772
definition=WidgetDefinition(),
@@ -488,13 +483,9 @@ with ApiClient(configuration) as api_client:
488483
api_instance = dashboards_api.DashboardsApi(api_client)
489484
dashboard_id = "dashboard_id_example" # str | The ID of the dashboard.
490485
body = Dashboard(
491-
author_handle="[email protected]",
492-
created_at=dateutil_parser('1970-01-01T00:00:00.00Z'),
493486
description="description_example",
494-
id="123-abc-456",
495487
is_read_only=False,
496488
layout_type=DashboardLayoutType("ordered"),
497-
modified_at=dateutil_parser('1970-01-01T00:00:00.00Z'),
498489
notify_list=[
499490
"notify_list_example",
500491
],
@@ -521,7 +512,6 @@ with ApiClient(configuration) as api_client:
521512
),
522513
],
523514
title="",
524-
url="/dashboard/123-abc-456/example-dashboard-title",
525515
widgets=[
526516
Widget(
527517
definition=WidgetDefinition(),

0 commit comments

Comments
 (0)