Skip to content

Commit dccfc7e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2ff269e of spec repo
1 parent 593548e commit dccfc7e

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59568,6 +59568,7 @@ components:
5956859568
SecurityMonitoringStandardDataSource:
5956959569
default: logs
5957059570
description: Source of events, either logs, audit trail, or Datadog events.
59571+
`app_sec_spans` is deprecated in favor of `spans`.
5957159572
enum:
5957259573
- logs
5957359574
- audit

packages/datadog-api-client-v2/models/SecurityMonitoringStandardDataSource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { UnparsedObject } from "../../datadog-api-client-common/util";
88

99
/**
10-
* Source of events, either logs, audit trail, or Datadog events.
10+
* Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
1111
*/
1212

1313
export type SecurityMonitoringStandardDataSource =

packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class SecurityMonitoringStandardRuleQuery {
2121
*/
2222
"customQueryExtension"?: string;
2323
/**
24-
* Source of events, either logs, audit trail, or Datadog events.
24+
* Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
2525
*/
2626
"dataSource"?: SecurityMonitoringStandardDataSource;
2727
/**

packages/datadog-api-client-v2/models/ThreatHuntingJobQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class ThreatHuntingJobQuery {
1717
*/
1818
"aggregation"?: SecurityMonitoringRuleQueryAggregation;
1919
/**
20-
* Source of events, either logs, audit trail, or Datadog events.
20+
* Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`.
2121
*/
2222
"dataSource"?: SecurityMonitoringStandardDataSource;
2323
/**

0 commit comments

Comments
 (0)