Skip to content

Commit df5c59b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 3a1a95f of spec repo (#196)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent eae9555 commit df5c59b

10 files changed

+37
-4
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.0",
7-
"regenerated": "2020-12-16 20:46:10.097184",
8-
"spec_repo_commit": "a663b53"
7+
"regenerated": "2020-12-17 09:25:49.061070",
8+
"spec_repo_commit": "3a1a95f"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.0",
12-
"regenerated": "2020-12-16 20:46:20.919283",
13-
"spec_repo_commit": "a663b53"
12+
"regenerated": "2020-12-17 09:25:59.607276",
13+
"spec_repo_commit": "3a1a95f"
1414
}
1515
}
1616
}

docs/v1/LogsIndexesApi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
5151

5252
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
5353
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
54+
configuration.unstable_operations["get_logs_index"] = True
5455

5556
# Enter a context with an instance of the API client
5657
with datadog_api_client.v1.ApiClient(configuration) as api_client:
@@ -135,6 +136,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
135136

136137
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
137138
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
139+
configuration.unstable_operations["get_logs_index_order"] = True
138140

139141
# Enter a context with an instance of the API client
140142
with datadog_api_client.v1.ApiClient(configuration) as api_client:
@@ -214,6 +216,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
214216

215217
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
216218
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
219+
configuration.unstable_operations["list_log_indexes"] = True
217220

218221
# Enter a context with an instance of the API client
219222
with datadog_api_client.v1.ApiClient(configuration) as api_client:
@@ -293,6 +296,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
293296

294297
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
295298
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
299+
configuration.unstable_operations["update_logs_index"] = True
296300

297301
# Enter a context with an instance of the API client
298302
with datadog_api_client.v1.ApiClient(configuration) as api_client:
@@ -397,6 +401,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
397401

398402
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
399403
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
404+
configuration.unstable_operations["update_logs_index_order"] = True
400405

401406
# Enter a context with an instance of the API client
402407
with datadog_api_client.v1.ApiClient(configuration) as api_client:

docs/v1/ServiceLevelObjectivesApi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
513513

514514
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
515515
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
516+
configuration.unstable_operations["get_slo_history"] = True
516517

517518
# Enter a context with an instance of the API client
518519
with datadog_api_client.v1.ApiClient(configuration) as api_client:

docs/v1/UsageMeteringApi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
7474

7575
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
7676
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
77+
configuration.unstable_operations["get_daily_custom_reports"] = True
7778

7879
# Enter a context with an instance of the API client
7980
with datadog_api_client.v1.ApiClient(configuration) as api_client:
@@ -354,6 +355,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
354355

355356
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
356357
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
358+
configuration.unstable_operations["get_monthly_custom_reports"] = True
357359

358360
# Enter a context with an instance of the API client
359361
with datadog_api_client.v1.ApiClient(configuration) as api_client:
@@ -444,6 +446,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
444446

445447
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
446448
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
449+
configuration.unstable_operations["get_specified_daily_custom_reports"] = True
447450

448451
# Enter a context with an instance of the API client
449452
with datadog_api_client.v1.ApiClient(configuration) as api_client:
@@ -528,6 +531,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
528531

529532
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
530533
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
534+
configuration.unstable_operations["get_specified_monthly_custom_reports"] = True
531535

532536
# Enter a context with an instance of the API client
533537
with datadog_api_client.v1.ApiClient(configuration) as api_client:
@@ -803,6 +807,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
803807

804808
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
805809
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
810+
configuration.unstable_operations["get_usage_attribution"] = True
806811

807812
# Enter a context with an instance of the API client
808813
with datadog_api_client.v1.ApiClient(configuration) as api_client:

docs/v2/IncidentServicesApi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
5151

5252
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
5353
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
54+
configuration.unstable_operations["create_incident_service"] = True
5455

5556
# Enter a context with an instance of the API client
5657
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -158,6 +159,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
158159

159160
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
160161
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
162+
configuration.unstable_operations["delete_incident_service"] = True
161163

162164
# Enter a context with an instance of the API client
163165
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -243,6 +245,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
243245

244246
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
245247
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
248+
configuration.unstable_operations["get_incident_service"] = True
246249

247250
# Enter a context with an instance of the API client
248251
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -340,6 +343,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
340343

341344
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
342345
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
346+
configuration.unstable_operations["list_incident_services"] = True
343347

344348
# Enter a context with an instance of the API client
345349
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -433,6 +437,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
433437

434438
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
435439
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
440+
configuration.unstable_operations["update_incident_service"] = True
436441

437442
# Enter a context with an instance of the API client
438443
with datadog_api_client.v2.ApiClient(configuration) as api_client:

docs/v2/IncidentTeamsApi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
5151

5252
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
5353
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
54+
configuration.unstable_operations["create_incident_team"] = True
5455

5556
# Enter a context with an instance of the API client
5657
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -158,6 +159,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
158159

159160
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
160161
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
162+
configuration.unstable_operations["delete_incident_team"] = True
161163

162164
# Enter a context with an instance of the API client
163165
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -243,6 +245,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
243245

244246
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
245247
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
248+
configuration.unstable_operations["get_incident_team"] = True
246249

247250
# Enter a context with an instance of the API client
248251
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -340,6 +343,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
340343

341344
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
342345
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
346+
configuration.unstable_operations["list_incident_teams"] = True
343347

344348
# Enter a context with an instance of the API client
345349
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -433,6 +437,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
433437

434438
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
435439
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
440+
configuration.unstable_operations["update_incident_team"] = True
436441

437442
# Enter a context with an instance of the API client
438443
with datadog_api_client.v2.ApiClient(configuration) as api_client:

docs/v2/IncidentsApi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
5151

5252
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
5353
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
54+
configuration.unstable_operations["create_incident"] = True
5455

5556
# Enter a context with an instance of the API client
5657
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -162,6 +163,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
162163

163164
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
164165
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
166+
configuration.unstable_operations["delete_incident"] = True
165167

166168
# Enter a context with an instance of the API client
167169
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -247,6 +249,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
247249

248250
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
249251
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
252+
configuration.unstable_operations["get_incident"] = True
250253

251254
# Enter a context with an instance of the API client
252255
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -346,6 +349,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
346349

347350
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
348351
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
352+
configuration.unstable_operations["list_incidents"] = True
349353

350354
# Enter a context with an instance of the API client
351355
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -439,6 +443,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
439443

440444
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
441445
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
446+
configuration.unstable_operations["update_incident"] = True
442447

443448
# Enter a context with an instance of the API client
444449
with datadog_api_client.v2.ApiClient(configuration) as api_client:

docs/v2/LogsApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
174174

175175
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
176176
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
177+
configuration.unstable_operations["list_logs"] = True
177178

178179
# Enter a context with an instance of the API client
179180
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -275,6 +276,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
275276

276277
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
277278
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
279+
configuration.unstable_operations["list_logs_get"] = True
278280

279281
# Enter a context with an instance of the API client
280282
with datadog_api_client.v2.ApiClient(configuration) as api_client:

docs/v2/LogsArchivesApi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
5656

5757
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
5858
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
59+
configuration.unstable_operations["add_read_role_to_archive"] = True
5960

6061
# Enter a context with an instance of the API client
6162
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -490,6 +491,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
490491

491492
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
492493
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
494+
configuration.unstable_operations["list_archive_read_roles"] = True
493495

494496
# Enter a context with an instance of the API client
495497
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -654,6 +656,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
654656

655657
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
656658
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
659+
configuration.unstable_operations["remove_role_from_archive"] = True
657660

658661
# Enter a context with an instance of the API client
659662
with datadog_api_client.v2.ApiClient(configuration) as api_client:

docs/v2/SecurityMonitoringApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
401401

402402
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
403403
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
404+
configuration.unstable_operations["list_security_monitoring_signals"] = True
404405

405406
# Enter a context with an instance of the API client
406407
with datadog_api_client.v2.ApiClient(configuration) as api_client:
@@ -496,6 +497,7 @@ configuration.api_key['appKeyAuth'] = os.getenv('DD_CLIENT_APP_KEY')
496497

497498
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
498499
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
500+
configuration.unstable_operations["search_security_monitoring_signals"] = True
499501

500502
# Enter a context with an instance of the API client
501503
with datadog_api_client.v2.ApiClient(configuration) as api_client:

0 commit comments

Comments
 (0)