Skip to content

Commit 9672c8d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove synthetics alert from monitor types for Create Monitor (#936)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 25115bb commit 9672c8d

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:35.211249",
8-
"spec_repo_commit": "8cc05e11"
7+
"regenerated": "2022-12-29 18:12:54.073283",
8+
"spec_repo_commit": "5ba7a1cc"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-12-28 17:38:35.226977",
13-
"spec_repo_commit": "8cc05e11"
12+
"regenerated": "2022-12-29 18:12:54.092212",
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

packages/datadog-api-client-v1/apis/MonitorsApi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,6 +1416,8 @@ export class MonitorsApi {
14161416
* - audit: `audit alert`
14171417
* - error-tracking: `error-tracking alert`
14181418
*
1419+
* **Note**: Synthetic monitors are created through the Synthetics API. See the [Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.
1420+
*
14191421
* #### Query Types
14201422
*
14211423
* **Metric Alert Query**

packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class MonthlyUsageAttributionValues {
6363
*/
6464
"contPercentage"?: number;
6565
/**
66-
* The container usage without Datadog agent by tag(s).
66+
* The container usage without the Datadog Agent by tag(s).
6767
*/
6868
"contUsage"?: number;
6969
/**

0 commit comments

Comments
 (0)