Skip to content

Commit 66485d3

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 3fa5f61 of spec repo (#184)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 59d6a23 commit 66485d3

File tree

730 files changed

+163
-1477
lines changed

Some content is hidden

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

730 files changed

+163
-1477
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.3.0",
7-
"regenerated": "2020-12-08 09:24:27.030348",
8-
"spec_repo_commit": "5286c57"
7+
"regenerated": "2020-12-10 08:36:12.128528",
8+
"spec_repo_commit": "3fa5f61"
99
},
1010
"v2": {
1111
"apigentools_version": "1.3.0",
12-
"regenerated": "2020-12-08 09:24:37.641003",
13-
"spec_repo_commit": "5286c57"
12+
"regenerated": "2020-12-10 08:36:22.021735",
13+
"spec_repo_commit": "3fa5f61"
1414
}
1515
}
1616
}

docs/v1/DashboardsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
8585
prefix="host",
8686
),
8787
],
88-
title="title_example",
88+
title="",
8989
url="/dashboard/123-abc-456/example-dashboard-title",
9090
widgets=[{"definition":{"requests":{"fill":{"q":"system.cpu.user"}},"type":"hostmap"}}],
9191
) # Dashboard | Create a dashboard request body.
@@ -449,7 +449,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
449449
prefix="host",
450450
),
451451
],
452-
title="title_example",
452+
title="",
453453
url="/dashboard/123-abc-456/example-dashboard-title",
454454
widgets=[{"definition":{"requests":{"fill":{"q":"system.cpu.user"}},"type":"hostmap"}}],
455455
) # Dashboard | Update Dashboard request body.

docs/v1/LogsPipelinesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
6565
id="id_example",
6666
is_enabled=True,
6767
is_read_only=True,
68-
name="name_example",
68+
name="",
6969
processors=[
7070
LogsProcessor(),
7171
],
@@ -487,7 +487,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
487487
id="id_example",
488488
is_enabled=True,
489489
is_read_only=True,
490-
name="name_example",
490+
name="",
491491
processors=[
492492
LogsProcessor(),
493493
],

docs/v1/PagerDutyIntegrationApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
5656
# Create an instance of the API class
5757
api_instance = pager_duty_integration_api.PagerDutyIntegrationApi(api_client)
5858
body = PagerDutyService(
59-
service_key="service_key_example",
60-
service_name="service_name_example",
59+
service_key="",
60+
service_name="",
6161
) # PagerDutyService | Create a new service object request body.
6262

6363
# example passing only required values which don't have defaults set
@@ -311,7 +311,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
311311
api_instance = pager_duty_integration_api.PagerDutyIntegrationApi(api_client)
312312
service_name = "service_name_example" # str | The service name
313313
body = PagerDutyServiceKey(
314-
service_key="service_key_example",
314+
service_key="",
315315
) # PagerDutyServiceKey | Update an existing service object request body.
316316

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

docs/v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more information, please visit [https://www.datadoghq.com/support/](https://
1010

1111
## Requirements.
1212

13-
Python >= 3.5
13+
Python >= 3.6
1414

1515
## Installation & Usage
1616
### pip install

docs/v1/ServiceLevelObjectivesApi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
158158
monitor_ids=[
159159
1,
160160
],
161-
name="name_example",
161+
name="",
162162
query=ServiceLevelObjectiveQuery(
163-
denominator="denominator_example",
164-
numerator="numerator_example",
163+
denominator="",
164+
numerator="",
165165
),
166166
tags=["env:prod","app:core"],
167167
thresholds=[],
@@ -347,7 +347,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
347347
# Create an instance of the API class
348348
api_instance = service_level_objectives_api.ServiceLevelObjectivesApi(api_client)
349349
body = SLOBulkDelete(
350-
"key": [
350+
key=[
351351
SLOTimeframe("7d"),
352352
],
353353
) # SLOBulkDelete | Delete multiple service level objective objects request body.
@@ -710,10 +710,10 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
710710
monitor_tags=[
711711
"monitor_tags_example",
712712
],
713-
name="name_example",
713+
name="",
714714
query=ServiceLevelObjectiveQuery(
715-
denominator="denominator_example",
716-
numerator="numerator_example",
715+
denominator="",
716+
numerator="",
717717
),
718718
tags=["env:prod","app:core"],
719719
thresholds=[],

docs/v1/SyntheticsApi.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
268268
assertions=[],
269269
request=SyntheticsTestRequest(
270270
basic_auth=SyntheticsBasicAuth(
271-
password="password_example",
272-
username="username_example",
271+
password="",
272+
username="",
273273
),
274274
body="body_example",
275275
certificate=SyntheticsTestRequestCertificate(
@@ -286,7 +286,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
286286
),
287287
dns_server="dns_server_example",
288288
headers=SyntheticsTestHeaders(
289-
"key": "key_example",
289+
key="key_example",
290290
),
291291
host="host_example",
292292
method=HTTPMethod("GET"),
@@ -299,7 +299,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
299299
SyntheticsBrowserVariable(
300300
example="example_example",
301301
id="id_example",
302-
name="name_example",
302+
name="",
303303
pattern="pattern_example",
304304
type=SyntheticsBrowserVariableType("element"),
305305
),
@@ -1650,8 +1650,8 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
16501650
SyntheticsCITest(
16511651
allow_insecure_certificates=True,
16521652
basic_auth=SyntheticsBasicAuth(
1653-
password="password_example",
1654-
username="username_example",
1653+
password="",
1654+
username="",
16551655
),
16561656
body="body_example",
16571657
body_type="body_type_example",
@@ -1661,7 +1661,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
16611661
],
16621662
follow_redirects=True,
16631663
headers=SyntheticsTestHeaders(
1664-
"key": "key_example",
1664+
key="key_example",
16651665
),
16661666
locations=[
16671667
"locations_example",
@@ -1875,8 +1875,8 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
18751875
assertions=[],
18761876
request=SyntheticsTestRequest(
18771877
basic_auth=SyntheticsBasicAuth(
1878-
password="password_example",
1879-
username="username_example",
1878+
password="",
1879+
username="",
18801880
),
18811881
body="body_example",
18821882
certificate=SyntheticsTestRequestCertificate(
@@ -1893,7 +1893,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
18931893
),
18941894
dns_server="dns_server_example",
18951895
headers=SyntheticsTestHeaders(
1896-
"key": "key_example",
1896+
key="key_example",
18971897
),
18981898
host="host_example",
18991899
method=HTTPMethod("GET"),
@@ -1906,7 +1906,7 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
19061906
SyntheticsBrowserVariable(
19071907
example="example_example",
19081908
id="id_example",
1909-
name="name_example",
1909+
name="",
19101910
pattern="pattern_example",
19111911
type=SyntheticsBrowserVariableType("element"),
19121912
),

docs/v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more information, please visit [https://www.datadoghq.com/support/](https://
1010

1111
## Requirements.
1212

13-
Python >= 3.5
13+
Python >= 3.6
1414

1515
## Installation & Usage
1616
### pip install

docs/v2/SecurityMonitoringApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ with datadog_api_client.v2.ApiClient(configuration) as api_client:
6161
body = SecurityMonitoringRuleCreatePayload(
6262
cases=[],
6363
is_enabled=True,
64-
message="message_example",
65-
name="name_example",
64+
message="",
65+
name="",
6666
options=SecurityMonitoringRuleOptions(
6767
evaluation_window=SecurityMonitoringRuleEvaluationWindow(0),
6868
keep_alive=SecurityMonitoringRuleKeepAlive(0),

src/datadog_api_client/v1/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# coding: utf-8
2-
31
# flake8: noqa
42

53
# Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.

0 commit comments

Comments
 (0)