Skip to content

Commit 396d23b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 2af7762 of spec repo (#135)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 7ce6bf0 commit 396d23b

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
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-10-27 15:38:09.690646",
8-
"spec_repo_commit": "cfb5965"
7+
"regenerated": "2020-10-28 14:20:20.282987",
8+
"spec_repo_commit": "2af7762"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-10-27 15:38:20.042609",
13-
"spec_repo_commit": "cfb5965"
12+
"regenerated": "2020-10-28 14:20:31.908334",
13+
"spec_repo_commit": "2af7762"
1414
}
1515
}
1616
}

docs/v1/MonitorOptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
1818
**notify_audit** | **bool** | A Boolean indicating whether tagged users is notified on changes to this monitor. | [optional] if omitted the server will use the default value of False
1919
**notify_no_data** | **bool** | A Boolean indicating whether this monitor notifies when data stops reporting. | [optional] if omitted the server will use the default value of False
2020
**renotify_interval** | **int, none_type** | The number of minutes after the last notification before a monitor re-notifies on the current status. It only re-notifies if it’s not resolved. | [optional]
21-
**require_full_window** | **bool** | A Boolean indicating whether this monitor needs a full window of data before it’s evaluated. We highly recommend you set this to &#x60;false&#x60; for sparse metrics, otherwise some evaluations are skipped. For “on average” “at all times” and “in total” aggregation, default is true. &#x60;False&#x60; otherwise. | [optional] if omitted the server will use the default value of True
21+
**require_full_window** | **bool** | A Boolean indicating whether this monitor needs a full window of data before it’s evaluated. We highly recommend you set this to &#x60;false&#x60; for sparse metrics, otherwise some evaluations are skipped. Default is false. | [optional]
2222
**silenced** | **{str: (int, none_type)}** | Information about the downtime applied to the monitor. | [optional]
2323
**synthetics_check_id** | **str, none_type** | ID of the corresponding Synthetic check. | [optional]
2424
**threshold_windows** | [**MonitorThresholdWindowOptions**](MonitorThresholdWindowOptions.md) | | [optional]

src/datadog_api_client/v1/model/monitor_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
196196
notify_audit (bool): A Boolean indicating whether tagged users is notified on changes to this monitor.. [optional] if omitted the server will use the default value of False # noqa: E501
197197
notify_no_data (bool): A Boolean indicating whether this monitor notifies when data stops reporting.. [optional] if omitted the server will use the default value of False # noqa: E501
198198
renotify_interval (int, none_type): The number of minutes after the last notification before a monitor re-notifies on the current status. It only re-notifies if it’s not resolved.. [optional] # noqa: E501
199-
require_full_window (bool): A Boolean indicating whether this monitor needs a full window of data before it’s evaluated. We highly recommend you set this to &#x60;false&#x60; for sparse metrics, otherwise some evaluations are skipped. For “on average” “at all times” and “in total” aggregation, default is true. &#x60;False&#x60; otherwise.. [optional] if omitted the server will use the default value of True # noqa: E501
199+
require_full_window (bool): A Boolean indicating whether this monitor needs a full window of data before it’s evaluated. We highly recommend you set this to &#x60;false&#x60; for sparse metrics, otherwise some evaluations are skipped. Default is false.. [optional] # noqa: E501
200200
silenced ({str: (int, none_type)}): Information about the downtime applied to the monitor.. [optional] # noqa: E501
201201
synthetics_check_id (str, none_type): ID of the corresponding Synthetic check.. [optional] # noqa: E501
202202
threshold_windows (MonitorThresholdWindowOptions): [optional] # noqa: E501

src/datadog_api_client/v1/openapi.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3911,12 +3911,10 @@ components:
39113911
nullable: true
39123912
type: integer
39133913
require_full_window:
3914-
default: true
39153914
description: "A Boolean indicating whether this monitor needs a full window\
39163915
\ of data before it\u2019s evaluated.\nWe highly recommend you set this\
39173916
\ to `false` for sparse metrics,\notherwise some evaluations are skipped.\
3918-
\ For \u201Con average\u201D\n\u201Cat all times\u201D and \u201Cin total\u201D\
3919-
\ aggregation, default is true. `False` otherwise."
3917+
\ Default is false."
39203918
type: boolean
39213919
silenced:
39223920
additionalProperties:

0 commit comments

Comments
 (0)