Skip to content

Commit 61422c9

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add Cloud Cost Monitor Type (#2038)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 9c0d518 commit 61422c9

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:36.580860",
8-
"spec_repo_commit": "3f12bebc"
7+
"regenerated": "2024-10-02 20:42:53.003450",
8+
"spec_repo_commit": "76b7b19d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-02 16:22:36.595663",
13-
"spec_repo_commit": "3f12bebc"
12+
"regenerated": "2024-10-02 20:42:53.017526",
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

lib/datadog_api_client/v1/api/monitors_api.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def create_monitor(body, opts = {})
126126
# - error-tracking: `error-tracking alert`
127127
# - database-monitoring: `database-monitoring alert`
128128
# - network-performance: `network-performance alert`
129+
# - cloud cost: `cost alert`
129130
#
130131
# **Notes**:
131132
# - 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)