Skip to content

Commit 86effae

Browse files
api-clients-generation-pipeline[bot]jirikuncarci.datadog-api-spec
authored
Bump openapi-generator snapshot (#94)
* Required users type * Regenerate client from commit cbeec4e of spec repo Co-authored-by: Jiri Kuncar <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 15f0b47 commit 86effae

File tree

149 files changed

+1101
-2981
lines changed

Some content is hidden

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

149 files changed

+1101
-2981
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-29 10:49:50.689281",
8-
"spec_repo_commit": "28213aa"
7+
"regenerated": "2020-09-30 11:19:01.491807",
8+
"spec_repo_commit": "cbeec4e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-09-29 10:50:02.485322",
13-
"spec_repo_commit": "28213aa"
12+
"regenerated": "2020-09-30 11:19:13.143953",
13+
"spec_repo_commit": "cbeec4e"
1414
}
1515
}
1616
}

docs/v1/AWSIntegrationApi.md

Lines changed: 24 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,14 @@ configuration = datadog_api_client.v1.Configuration(
4343
# satisfies your auth use case.
4444

4545
# Configure API key authorization: apiKeyAuth
46-
configuration = datadog_api_client.v1.Configuration(
47-
host = "https://api.datadoghq.com",
48-
api_key = {
49-
'apiKeyAuth': 'YOUR_API_KEY'
50-
}
51-
)
46+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
47+
5248
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
5349
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
5450

5551
# Configure API key authorization: appKeyAuth
56-
configuration = datadog_api_client.v1.Configuration(
57-
host = "https://api.datadoghq.com",
58-
api_key = {
59-
'appKeyAuth': 'YOUR_API_KEY'
60-
}
61-
)
52+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
53+
6254
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
6355
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
6456

@@ -154,22 +146,14 @@ configuration = datadog_api_client.v1.Configuration(
154146
# satisfies your auth use case.
155147

156148
# Configure API key authorization: apiKeyAuth
157-
configuration = datadog_api_client.v1.Configuration(
158-
host = "https://api.datadoghq.com",
159-
api_key = {
160-
'apiKeyAuth': 'YOUR_API_KEY'
161-
}
162-
)
149+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
150+
163151
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
164152
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
165153

166154
# Configure API key authorization: appKeyAuth
167-
configuration = datadog_api_client.v1.Configuration(
168-
host = "https://api.datadoghq.com",
169-
api_key = {
170-
'appKeyAuth': 'YOUR_API_KEY'
171-
}
172-
)
155+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
156+
173157
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
174158
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
175159

@@ -263,22 +247,14 @@ configuration = datadog_api_client.v1.Configuration(
263247
# satisfies your auth use case.
264248

265249
# Configure API key authorization: apiKeyAuth
266-
configuration = datadog_api_client.v1.Configuration(
267-
host = "https://api.datadoghq.com",
268-
api_key = {
269-
'apiKeyAuth': 'YOUR_API_KEY'
270-
}
271-
)
250+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
251+
272252
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
273253
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
274254

275255
# Configure API key authorization: appKeyAuth
276-
configuration = datadog_api_client.v1.Configuration(
277-
host = "https://api.datadoghq.com",
278-
api_key = {
279-
'appKeyAuth': 'YOUR_API_KEY'
280-
}
281-
)
256+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
257+
282258
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
283259
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
284260

@@ -372,22 +348,14 @@ configuration = datadog_api_client.v1.Configuration(
372348
# satisfies your auth use case.
373349

374350
# Configure API key authorization: apiKeyAuth
375-
configuration = datadog_api_client.v1.Configuration(
376-
host = "https://api.datadoghq.com",
377-
api_key = {
378-
'apiKeyAuth': 'YOUR_API_KEY'
379-
}
380-
)
351+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
352+
381353
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
382354
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
383355

384356
# Configure API key authorization: appKeyAuth
385-
configuration = datadog_api_client.v1.Configuration(
386-
host = "https://api.datadoghq.com",
387-
api_key = {
388-
'appKeyAuth': 'YOUR_API_KEY'
389-
}
390-
)
357+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
358+
391359
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
392360
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
393361

@@ -459,22 +427,14 @@ configuration = datadog_api_client.v1.Configuration(
459427
# satisfies your auth use case.
460428

461429
# Configure API key authorization: apiKeyAuth
462-
configuration = datadog_api_client.v1.Configuration(
463-
host = "https://api.datadoghq.com",
464-
api_key = {
465-
'apiKeyAuth': 'YOUR_API_KEY'
466-
}
467-
)
430+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
431+
468432
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
469433
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
470434

471435
# Configure API key authorization: appKeyAuth
472-
configuration = datadog_api_client.v1.Configuration(
473-
host = "https://api.datadoghq.com",
474-
api_key = {
475-
'appKeyAuth': 'YOUR_API_KEY'
476-
}
477-
)
436+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
437+
478438
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
479439
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
480440

@@ -556,22 +516,14 @@ configuration = datadog_api_client.v1.Configuration(
556516
# satisfies your auth use case.
557517

558518
# Configure API key authorization: apiKeyAuth
559-
configuration = datadog_api_client.v1.Configuration(
560-
host = "https://api.datadoghq.com",
561-
api_key = {
562-
'apiKeyAuth': 'YOUR_API_KEY'
563-
}
564-
)
519+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
520+
565521
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
566522
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
567523

568524
# Configure API key authorization: appKeyAuth
569-
configuration = datadog_api_client.v1.Configuration(
570-
host = "https://api.datadoghq.com",
571-
api_key = {
572-
'appKeyAuth': 'YOUR_API_KEY'
573-
}
574-
)
525+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
526+
575527
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
576528
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
577529

docs/v1/AWSLogsIntegrationApi.md

Lines changed: 28 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,14 @@ configuration = datadog_api_client.v1.Configuration(
4444
# satisfies your auth use case.
4545

4646
# Configure API key authorization: apiKeyAuth
47-
configuration = datadog_api_client.v1.Configuration(
48-
host = "https://api.datadoghq.com",
49-
api_key = {
50-
'apiKeyAuth': 'YOUR_API_KEY'
51-
}
52-
)
47+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
48+
5349
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
5450
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
5551

5652
# Configure API key authorization: appKeyAuth
57-
configuration = datadog_api_client.v1.Configuration(
58-
host = "https://api.datadoghq.com",
59-
api_key = {
60-
'appKeyAuth': 'YOUR_API_KEY'
61-
}
62-
)
53+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
54+
6355
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
6456
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
6557

@@ -140,22 +132,14 @@ configuration = datadog_api_client.v1.Configuration(
140132
# satisfies your auth use case.
141133

142134
# Configure API key authorization: apiKeyAuth
143-
configuration = datadog_api_client.v1.Configuration(
144-
host = "https://api.datadoghq.com",
145-
api_key = {
146-
'apiKeyAuth': 'YOUR_API_KEY'
147-
}
148-
)
135+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
136+
149137
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
150138
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
151139

152140
# Configure API key authorization: appKeyAuth
153-
configuration = datadog_api_client.v1.Configuration(
154-
host = "https://api.datadoghq.com",
155-
api_key = {
156-
'appKeyAuth': 'YOUR_API_KEY'
157-
}
158-
)
141+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
142+
159143
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
160144
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
161145

@@ -237,22 +221,14 @@ configuration = datadog_api_client.v1.Configuration(
237221
# satisfies your auth use case.
238222

239223
# Configure API key authorization: apiKeyAuth
240-
configuration = datadog_api_client.v1.Configuration(
241-
host = "https://api.datadoghq.com",
242-
api_key = {
243-
'apiKeyAuth': 'YOUR_API_KEY'
244-
}
245-
)
224+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
225+
246226
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
247227
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
248228

249229
# Configure API key authorization: appKeyAuth
250-
configuration = datadog_api_client.v1.Configuration(
251-
host = "https://api.datadoghq.com",
252-
api_key = {
253-
'appKeyAuth': 'YOUR_API_KEY'
254-
}
255-
)
230+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
231+
256232
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
257233
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
258234

@@ -332,22 +308,14 @@ configuration = datadog_api_client.v1.Configuration(
332308
# satisfies your auth use case.
333309

334310
# Configure API key authorization: apiKeyAuth
335-
configuration = datadog_api_client.v1.Configuration(
336-
host = "https://api.datadoghq.com",
337-
api_key = {
338-
'apiKeyAuth': 'YOUR_API_KEY'
339-
}
340-
)
311+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
312+
341313
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
342314
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
343315

344316
# Configure API key authorization: appKeyAuth
345-
configuration = datadog_api_client.v1.Configuration(
346-
host = "https://api.datadoghq.com",
347-
api_key = {
348-
'appKeyAuth': 'YOUR_API_KEY'
349-
}
350-
)
317+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
318+
351319
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
352320
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
353321

@@ -427,22 +395,14 @@ configuration = datadog_api_client.v1.Configuration(
427395
# satisfies your auth use case.
428396

429397
# Configure API key authorization: apiKeyAuth
430-
configuration = datadog_api_client.v1.Configuration(
431-
host = "https://api.datadoghq.com",
432-
api_key = {
433-
'apiKeyAuth': 'YOUR_API_KEY'
434-
}
435-
)
398+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
399+
436400
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
437401
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
438402

439403
# Configure API key authorization: appKeyAuth
440-
configuration = datadog_api_client.v1.Configuration(
441-
host = "https://api.datadoghq.com",
442-
api_key = {
443-
'appKeyAuth': 'YOUR_API_KEY'
444-
}
445-
)
404+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
405+
446406
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
447407
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
448408

@@ -524,22 +484,14 @@ configuration = datadog_api_client.v1.Configuration(
524484
# satisfies your auth use case.
525485

526486
# Configure API key authorization: apiKeyAuth
527-
configuration = datadog_api_client.v1.Configuration(
528-
host = "https://api.datadoghq.com",
529-
api_key = {
530-
'apiKeyAuth': 'YOUR_API_KEY'
531-
}
532-
)
487+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
488+
533489
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
534490
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
535491

536492
# Configure API key authorization: appKeyAuth
537-
configuration = datadog_api_client.v1.Configuration(
538-
host = "https://api.datadoghq.com",
539-
api_key = {
540-
'appKeyAuth': 'YOUR_API_KEY'
541-
}
542-
)
493+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
494+
543495
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
544496
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
545497

@@ -612,22 +564,14 @@ configuration = datadog_api_client.v1.Configuration(
612564
# satisfies your auth use case.
613565

614566
# Configure API key authorization: apiKeyAuth
615-
configuration = datadog_api_client.v1.Configuration(
616-
host = "https://api.datadoghq.com",
617-
api_key = {
618-
'apiKeyAuth': 'YOUR_API_KEY'
619-
}
620-
)
567+
configuration.api_key['apiKeyAuth'] = 'YOUR_API_KEY'
568+
621569
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
622570
# configuration.api_key_prefix['apiKeyAuth'] = 'Bearer'
623571

624572
# Configure API key authorization: appKeyAuth
625-
configuration = datadog_api_client.v1.Configuration(
626-
host = "https://api.datadoghq.com",
627-
api_key = {
628-
'appKeyAuth': 'YOUR_API_KEY'
629-
}
630-
)
573+
configuration.api_key['appKeyAuth'] = 'YOUR_API_KEY'
574+
631575
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
632576
# configuration.api_key_prefix['appKeyAuth'] = 'Bearer'
633577

docs/v1/AlertGraphWidgetDefinitionType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Type of the alert graph widget.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | Type of the alert graph widget. | defaults to "alert_graph", must be one of ["alert_graph", ]
7+
**value** | **str** | Type of the alert graph widget. | if omitted the server will use the default value of "alert_graph", must be one of ["alert_graph", ]
88

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

docs/v1/AlertValueWidgetDefinitionType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Type of the alert value widget.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | Type of the alert value widget. | defaults to "alert_value", must be one of ["alert_value", ]
7+
**value** | **str** | Type of the alert value widget. | if omitted the server will use the default value of "alert_value", must be one of ["alert_value", ]
88

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

0 commit comments

Comments
 (0)