Skip to content

Commit 9596cd5

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add Cloud Cost Monitor Type (#2508)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent bc173c4 commit 9596cd5

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

src/main/java/com/datadog/api/client/v1/api/MonitorsApi.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ public CompletableFuture<Monitor> createMonitorAsync(Monitor body) {
252252
* <li>error-tracking: <code>error-tracking alert</code>
253253
* <li>database-monitoring: <code>database-monitoring alert</code>
254254
* <li>network-performance: <code>network-performance alert</code>
255+
* <li>cloud cost: <code>cost alert</code>
255256
* </ul>
256257
*
257258
* <p><strong>Notes</strong>: - Synthetic monitors are created through the Synthetics API. See the

0 commit comments

Comments
 (0)