You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/api/aws_integration_api.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -829,9 +829,9 @@ def __list_aws_accounts(
829
829
830
830
831
831
Keyword Args:
832
-
account_id (str): Only return AWS accounts that matches this `account_id`.. [optional]
832
+
account_id (str): Only return AWS accounts that matches this `account_id`.. [optional]
833
833
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 `access_key_id`.. [optional]
834
+
access_key_id (str): Only return AWS accounts that matches this `access_key_id`.. [optional]
835
835
_return_http_data_only (bool): response data without head status
836
836
code and headers. Default is True.
837
837
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -1110,9 +1110,9 @@ def __update_aws_account(
1110
1110
body (AWSAccount): AWS request object
1111
1111
1112
1112
Keyword Args:
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]
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]
1116
1116
_return_http_data_only (bool): response data without head status
1117
1117
code and headers. Default is True.
1118
1118
_preload_content (bool): if False, the urllib3.HTTPResponse object
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/api/events_api.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -174,10 +174,10 @@ def __list_events(
174
174
end (int): POSIX timestamp.
175
175
176
176
Keyword Args:
177
-
priority (EventPriority): Priority of your events, either `low` or `normal`.. [optional]
177
+
priority (EventPriority): Priority of your events, either `low` or `normal`.. [optional]
178
178
sources (str): A comma separated string of sources.. [optional]
179
179
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 `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]
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]
181
181
_return_http_data_only (bool): response data without head status
182
182
code and headers. Default is True.
183
183
_preload_content (bool): if False, the urllib3.HTTPResponse object
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/api/monitors_api.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ def __delete_monitor(
295
295
monitor_id (int): The ID of the monitor.
296
296
297
297
Keyword Args:
298
-
force (str): Delete the monitor even if it'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]
299
299
_return_http_data_only (bool): response data without head status
300
300
code and headers. Default is True.
301
301
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -421,7 +421,7 @@ def __get_monitor(
421
421
monitor_id (int): The ID of the monitor
422
422
423
423
Keyword Args:
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]
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]
425
425
_return_http_data_only (bool): response data without head status
426
426
code and headers. Default is True.
427
427
_preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -544,14 +544,14 @@ def __list_monitors(
544
544
545
545
546
546
Keyword Args:
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]
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]
548
548
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, `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]
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]
551
551
with_downtimes (bool): If this argument is set to true, then the returned data includes all current downtimes for each monitor.. [optional]
552
552
id_offset (int): Monitor ID offset.. [optional]
553
553
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 `page_size` limit. However, if page is specified and `page_size` 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]
555
555
_return_http_data_only (bool): response data without head status
556
556
code and headers. Default is True.
557
557
_preload_content (bool): if False, the urllib3.HTTPResponse object
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/api/snapshots_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ def __get_graph_snapshot(
54
54
Keyword Args:
55
55
metric_query (str): The metric query.. [optional]
56
56
event_query (str): A query that adds event bands to the graph.. [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]
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]
58
58
title (str): A title for the graph. If no title is specified, the graph does not have a title.. [optional]
59
59
_return_http_data_only (bool): response data without head status
0 commit comments