Skip to content

Commit cc0be6a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit cd769d5 of spec repo (#441)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 29bd957 commit cc0be6a

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
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.4.1.dev6",
7-
"regenerated": "2021-05-17 13:52:26.100585",
8-
"spec_repo_commit": "e34c19d"
7+
"regenerated": "2021-05-18 08:20:51.345012",
8+
"spec_repo_commit": "cd769d5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-17 13:52:57.747733",
13-
"spec_repo_commit": "e34c19d"
12+
"regenerated": "2021-05-18 08:21:21.737242",
13+
"spec_repo_commit": "cd769d5"
1414
}
1515
}
1616
}

docs/v1/MonitorOptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**aggregation** | [**MonitorOptionsAggregation**](MonitorOptionsAggregation.md) | | [optional]
99
**device_ids** | [**[MonitorDeviceID]**](MonitorDeviceID.md) | IDs of the device the Synthetics monitor is running on. | [optional] [readonly]
1010
**enable_logs_sample** | **bool** | Whether or not to send a log sample when the log monitor triggers. | [optional]
11-
**escalation_message** | **str** | A message to include with a re-notification. Supports the &#x60;@username&#x60; notification we allow elsewhere. Not applicable if &#x60;renotify_interval&#x60; is &#x60;None&#x60;. | [optional] if omitted the server will use the default value of "none"
11+
**escalation_message** | **str** | We recommend using the [is_renotify](https://docs.datadoghq.com/monitors/notifications/?tab&#x3D;is_alert#renotify), block in the original message instead. A message to include with a re-notification. Supports the &#x60;@username&#x60; notification we allow elsewhere. Not applicable if &#x60;renotify_interval&#x60; is &#x60;None&#x60;. | [optional] if omitted the server will use the default value of "none"
1212
**evaluation_delay** | **int, none_type** | Time (in seconds) to delay evaluation, as a non-negative integer. For example, if the value is set to &#x60;300&#x60; (5min), the timeframe is set to &#x60;last_5m&#x60; and the time is 7:00, the monitor evaluates data from 6:50 to 6:55. This is useful for AWS CloudWatch and other backfilled metrics to ensure the monitor always has data during evaluation. | [optional]
1313
**groupby_simple_monitor** | **bool** | Whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold. | [optional]
1414
**include_tags** | **bool** | A Boolean indicating whether notifications from this monitor automatically inserts its triggering tags into the title. **Examples** - If &#x60;True&#x60;, &#x60;[Triggered on {host:h1}] Monitor Title&#x60; - If &#x60;False&#x60;, &#x60;[Triggered] Monitor Title&#x60; | [optional] if omitted the server will use the default value of True

src/datadog_api_client/v1/model/monitor_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
209209
aggregation (MonitorOptionsAggregation): [optional] # noqa: E501
210210
device_ids ([MonitorDeviceID]): IDs of the device the Synthetics monitor is running on.. [optional] # noqa: E501
211211
enable_logs_sample (bool): Whether or not to send a log sample when the log monitor triggers.. [optional] # noqa: E501
212-
escalation_message (str): A message to include with a re-notification. Supports the `@username` notification we allow elsewhere. Not applicable if `renotify_interval` is `None`.. [optional] if omitted the server will use the default value of "none" # noqa: E501
212+
escalation_message (str): We recommend using the [is_renotify](https://docs.datadoghq.com/monitors/notifications/?tab=is_alert#renotify), block in the original message instead. A message to include with a re-notification. Supports the `@username` notification we allow elsewhere. Not applicable if `renotify_interval` is `None`.. [optional] if omitted the server will use the default value of "none" # noqa: E501
213213
evaluation_delay (int, none_type): Time (in seconds) to delay evaluation, as a non-negative integer. For example, if the value is set to `300` (5min), the timeframe is set to `last_5m` and the time is 7:00, the monitor evaluates data from 6:50 to 6:55. This is useful for AWS CloudWatch and other backfilled metrics to ensure the monitor always has data during evaluation.. [optional] # noqa: E501
214214
groupby_simple_monitor (bool): Whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold.. [optional] # noqa: E501
215215
include_tags (bool): A Boolean indicating whether notifications from this monitor automatically inserts its triggering tags into the title. **Examples** - If `True`, `[Triggered on {host:h1}] Monitor Title` - If `False`, `[Triggered] Monitor Title`. [optional] if omitted the server will use the default value of True # noqa: E501

src/datadog_api_client/v1/openapi.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4947,8 +4947,12 @@ components:
49474947
type: boolean
49484948
escalation_message:
49494949
default: none
4950-
description: 'A message to include with a re-notification. Supports the
4951-
`@username` notification we allow elsewhere.
4950+
description: 'We recommend using the [is_renotify](https://docs.datadoghq.com/monitors/notifications/?tab=is_alert#renotify),
4951+
4952+
block in the original message instead.
4953+
4954+
A message to include with a re-notification. Supports the `@username`
4955+
notification we allow elsewhere.
49524956

49534957
Not applicable if `renotify_interval` is `None`.'
49544958
type: string

0 commit comments

Comments
 (0)