Skip to content

Commit 41c5cbb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add Cloud Cost Monitor Type (#1846)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 330aef7 commit 41c5cbb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.6",
7-
"regenerated": "2024-10-02 16:22:29.866275",
8-
"spec_repo_commit": "3f12bebc"
7+
"regenerated": "2024-10-02 20:43:00.435911",
8+
"spec_repo_commit": "76b7b19d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-02 16:22:29.880506",
13-
"spec_repo_commit": "3f12bebc"
12+
"regenerated": "2024-10-02 20:43:00.450556",
13+
"spec_repo_commit": "76b7b19d"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28967,6 +28967,8 @@ paths:
2896728967

2896828968
- network-performance: `network-performance alert`
2896928969

28970+
- cloud cost: `cost alert`
28971+
2897028972

2897128973
**Notes**:
2897228974

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,6 +1416,7 @@ export class MonitorsApi {
14161416
* - error-tracking: `error-tracking alert`
14171417
* - database-monitoring: `database-monitoring alert`
14181418
* - network-performance: `network-performance alert`
1419+
* - cloud cost: `cost alert`
14191420
*
14201421
* **Notes**:
14211422
* - Synthetic monitors are created through the Synthetics API. See the [Synthetics API](https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.

0 commit comments

Comments
 (0)