Skip to content

Commit 75de22c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 6ae63e3 of spec repo (#187)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent eed7099 commit 75de22c

File tree

103 files changed

+209
-209
lines changed

Some content is hidden

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

103 files changed

+209
-209
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-10 15:02:13.428548",
8-
"spec_repo_commit": "bf52987"
7+
"regenerated": "2020-12-11 14:32:25.430500",
8+
"spec_repo_commit": "6ae63e3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.3.0",
12-
"regenerated": "2020-12-10 15:02:23.457811",
13-
"spec_repo_commit": "bf52987"
12+
"regenerated": "2020-12-11 14:32:37.625059",
13+
"spec_repo_commit": "6ae63e3"
1414
}
1515
}
1616
}

src/datadog_api_client/v1/api/aws_integration_api.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -829,9 +829,9 @@ def __list_aws_accounts(
829829
830830
831831
Keyword Args:
832-
account_id (str): Only return AWS accounts that matches this &#x60;account_id&#x60;.. [optional]
832+
account_id (str): Only return AWS accounts that matches this `account_id`.. [optional]
833833
role_name (str): Only return AWS accounts that matches this role_name.. [optional]
834-
access_key_id (str): Only return AWS accounts that matches this &#x60;access_key_id&#x60;.. [optional]
834+
access_key_id (str): Only return AWS accounts that matches this `access_key_id`.. [optional]
835835
_return_http_data_only (bool): response data without head status
836836
code and headers. Default is True.
837837
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -1110,9 +1110,9 @@ def __update_aws_account(
11101110
body (AWSAccount): AWS request object
11111111
11121112
Keyword Args:
1113-
account_id (str): Only return AWS accounts that matches this &#x60;account_id&#x60;.. [optional]
1114-
role_name (str): Only return AWS accounts that match this &#x60;role_name&#x60;. Required if &#x60;account_id&#x60; is specified.. [optional]
1115-
access_key_id (str): Only return AWS accounts that matches this &#x60;access_key_id&#x60;. Required if none of the other two options are specified.. [optional]
1113+
account_id (str): Only return AWS accounts that matches this `account_id`.. [optional]
1114+
role_name (str): Only return AWS accounts that match this `role_name`. Required if `account_id` is specified.. [optional]
1115+
access_key_id (str): Only return AWS accounts that matches this `access_key_id`. Required if none of the other two options are specified.. [optional]
11161116
_return_http_data_only (bool): response data without head status
11171117
code and headers. Default is True.
11181118
_preload_content (bool): if False, the urllib3.HTTPResponse object

src/datadog_api_client/v1/api/events_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ def __list_events(
174174
end (int): POSIX timestamp.
175175
176176
Keyword Args:
177-
priority (EventPriority): Priority of your events, either &#x60;low&#x60; or &#x60;normal&#x60;.. [optional]
177+
priority (EventPriority): Priority of your events, either `low` or `normal`.. [optional]
178178
sources (str): A comma separated string of sources.. [optional]
179179
tags (str): A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope.. [optional]
180-
unaggregated (bool): Set unaggregated to &#x60;true&#x60; to return all events within the specified [&#x60;start&#x60;,&#x60;end&#x60;] timeframe. Otherwise if an event is aggregated to a parent event with a timestamp outside of the timeframe, it won&#39;t be available in the output.. [optional]
180+
unaggregated (bool): Set unaggregated to `true` to return all events within the specified [`start`,`end`] timeframe. Otherwise if an event is aggregated to a parent event with a timestamp outside of the timeframe, it won't be available in the output.. [optional]
181181
_return_http_data_only (bool): response data without head status
182182
code and headers. Default is True.
183183
_preload_content (bool): if False, the urllib3.HTTPResponse object

src/datadog_api_client/v1/api/hosts_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def __list_hosts(
166166
Keyword Args:
167167
filter (str): String to filter search results.. [optional]
168168
sort_field (str): Sort hosts by this field.. [optional]
169-
sort_dir (str): Direction of sort. Options include &#x60;asc&#x60; and &#x60;desc&#x60;.. [optional]
169+
sort_dir (str): Direction of sort. Options include `asc` and `desc`.. [optional]
170170
start (int): Host result to start search from.. [optional]
171171
count (int): Number of hosts to return. Max 1000.. [optional]
172172
_from (int): Number of seconds since UNIX epoch from which you want to search your hosts.. [optional]

src/datadog_api_client/v1/api/monitors_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def __delete_monitor(
295295
monitor_id (int): The ID of the monitor.
296296
297297
Keyword Args:
298-
force (str): Delete the monitor even if it&#39;s referenced by other resources (e.g. SLO, composite monitor).. [optional]
298+
force (str): Delete the monitor even if it's referenced by other resources (e.g. SLO, composite monitor).. [optional]
299299
_return_http_data_only (bool): response data without head status
300300
code and headers. Default is True.
301301
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -421,7 +421,7 @@ def __get_monitor(
421421
monitor_id (int): The ID of the monitor
422422
423423
Keyword Args:
424-
group_states (str): When specified, shows additional information about the group states. Choose one or more from &#x60;all&#x60;, &#x60;alert&#x60;, &#x60;warn&#x60;, and &#x60;no data&#x60;.. [optional]
424+
group_states (str): When specified, shows additional information about the group states. Choose one or more from `all`, `alert`, `warn`, and `no data`.. [optional]
425425
_return_http_data_only (bool): response data without head status
426426
code and headers. Default is True.
427427
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -544,14 +544,14 @@ def __list_monitors(
544544
545545
546546
Keyword Args:
547-
group_states (str): When specified, shows additional information about the group states. Choose one or more from &#x60;all&#x60;, &#x60;alert&#x60;, &#x60;warn&#x60;, and &#x60;no data&#x60;.. [optional]
547+
group_states (str): When specified, shows additional information about the group states. Choose one or more from `all`, `alert`, `warn`, and `no data`.. [optional]
548548
name (str): A string to filter monitors by name.. [optional]
549-
tags (str): A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example, &#x60;host:host0&#x60;.. [optional]
550-
monitor_tags (str): A comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example, &#x60;service:my-app&#x60;.. [optional]
549+
tags (str): A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example, `host:host0`.. [optional]
550+
monitor_tags (str): A comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example, `service:my-app`.. [optional]
551551
with_downtimes (bool): If this argument is set to true, then the returned data includes all current downtimes for each monitor.. [optional]
552552
id_offset (int): Monitor ID offset.. [optional]
553553
page (int): The page to start paginating from. If this argument is not specified, the request returns all monitors without pagination.. [optional]
554-
page_size (int): The number of monitors to return per page. If the page argument is not specified, the default behavior returns all monitors without a &#x60;page_size&#x60; limit. However, if page is specified and &#x60;page_size&#x60; is not, the argument defaults to 100.. [optional]
554+
page_size (int): The number of monitors to return per page. If the page argument is not specified, the default behavior returns all monitors without a `page_size` limit. However, if page is specified and `page_size` is not, the argument defaults to 100.. [optional]
555555
_return_http_data_only (bool): response data without head status
556556
code and headers. Default is True.
557557
_preload_content (bool): if False, the urllib3.HTTPResponse object

src/datadog_api_client/v1/api/service_level_objectives_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def __delete_slo(
299299
slo_id (str): The ID of the service level objective.
300300
301301
Keyword Args:
302-
force (str): Delete the monitor even if it&#39;s referenced by other resources (e.g. SLO, composite monitor).. [optional]
302+
force (str): Delete the monitor even if it's referenced by other resources (e.g. SLO, composite monitor).. [optional]
303303
_return_http_data_only (bool): response data without head status
304304
code and headers. Default is True.
305305
_preload_content (bool): if False, the urllib3.HTTPResponse object

src/datadog_api_client/v1/api/snapshots_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __get_graph_snapshot(
5454
Keyword Args:
5555
metric_query (str): The metric query.. [optional]
5656
event_query (str): A query that adds event bands to the graph.. [optional]
57-
graph_def (str): A JSON document defining the graph. &#x60;graph_def&#x60; can be used instead of &#x60;metric_query&#x60;. The JSON document uses the [grammar defined here](https://docs.datadoghq.com/graphing/graphing_json/#grammar) and should be formatted to a single line then URL encoded.. [optional]
57+
graph_def (str): A JSON document defining the graph. `graph_def` can be used instead of `metric_query`. The JSON document uses the [grammar defined here](https://docs.datadoghq.com/graphing/graphing_json/#grammar) and should be formatted to a single line then URL encoded.. [optional]
5858
title (str): A title for the graph. If no title is specified, the graph does not have a title.. [optional]
5959
_return_http_data_only (bool): response data without head status
6060
code and headers. Default is True.

0 commit comments

Comments
 (0)