Skip to content

Commit 6982277

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove synthetics alert from monitor types for Create Monitor (#1260)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent a66c9ab commit 6982277

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
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.6.4",
7-
"regenerated": "2022-12-28 17:38:36.087850",
8-
"spec_repo_commit": "8cc05e11"
7+
"regenerated": "2022-12-29 18:12:35.638162",
8+
"spec_repo_commit": "5ba7a1cc"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-12-28 17:38:36.105011",
13-
"spec_repo_commit": "8cc05e11"
12+
"regenerated": "2022-12-29 18:12:35.649477",
13+
"spec_repo_commit": "5ba7a1cc"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7154,7 +7154,7 @@ components:
71547154
format: double
71557155
type: number
71567156
cont_usage:
7157-
description: The container usage without Datadog agent by tag(s).
7157+
description: The container usage without the Datadog Agent by tag(s).
71587158
format: double
71597159
type: number
71607160
container_percentage:
@@ -23182,6 +23182,11 @@ paths:
2318223182
- error-tracking: `error-tracking alert`
2318323183

2318423184

23185+
**Note**: Synthetic monitors are created through the Synthetics API. See the
23186+
[Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation
23187+
for more information.
23188+
23189+
2318523190
#### Query Types
2318623191

2318723192

src/datadog_api_client/v1/api/monitors_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ def create_monitor(
403403
* audit: ``audit alert``
404404
* error-tracking: ``error-tracking alert``
405405
406+
**Note** : Synthetic monitors are created through the Synthetics API. See the [Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.
407+
406408
**Query Types**
407409
408410
**Metric Alert Query**

src/datadog_api_client/v1/model/monthly_usage_attribution_values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def __init__(
242242
:param cont_percentage: The percentage of container usage without the Datadog Agent by tag(s).
243243
:type cont_percentage: float, optional
244244
245-
:param cont_usage: The container usage without Datadog agent by tag(s).
245+
:param cont_usage: The container usage without the Datadog Agent by tag(s).
246246
:type cont_usage: float, optional
247247
248248
:param container_percentage: The percentage of container usage by tag(s).

0 commit comments

Comments
 (0)