Skip to content

Commit 9e1b010

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9f1b469 of spec repo
1 parent 6af388f commit 9e1b010

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58514,7 +58514,7 @@ components:
5851458514
- TIMESTAMP_DESCENDING
5851558515
SecurityMonitoringStandardDataSource:
5851658516
default: logs
58517-
description: Source of events, either logs, audit trail, or Datadog events.
58517+
description: Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
5851858518
enum:
5851958519
- logs
5852058520
- audit

src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringStandardDataSource.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
import java.util.HashSet;
1919
import java.util.Set;
2020

21-
/** Source of events, either logs, audit trail, or Datadog events. */
21+
/**
22+
* Source of events, either logs, audit trail, or Datadog events. <code>app_sec_spans</code> is
23+
* deprecated in favor of <code>spans</code>.
24+
*/
2225
@JsonSerialize(
2326
using =
2427
SecurityMonitoringStandardDataSource.SecurityMonitoringStandardDataSourceSerializer.class)

src/main/java/com/datadog/api/client/v2/model/SecurityMonitoringStandardRuleQuery.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ public SecurityMonitoringStandardRuleQuery dataSource(
130130
}
131131

132132
/**
133-
* Source of events, either logs, audit trail, or Datadog events.
133+
* Source of events, either logs, audit trail, or Datadog events. <code>app_sec_spans</code> is
134+
* deprecated in favor of <code>spans</code>.
134135
*
135136
* @return dataSource
136137
*/

src/main/java/com/datadog/api/client/v2/model/ThreatHuntingJobQuery.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ public ThreatHuntingJobQuery dataSource(SecurityMonitoringStandardDataSource dat
9191
}
9292

9393
/**
94-
* Source of events, either logs, audit trail, or Datadog events.
94+
* Source of events, either logs, audit trail, or Datadog events. <code>app_sec_spans</code> is
95+
* deprecated in favor of <code>spans</code>.
9596
*
9697
* @return dataSource
9798
*/

0 commit comments

Comments
 (0)