Skip to content

Commit ea12e1f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f659b1f4 of spec repo
1 parent 43a5798 commit ea12e1f

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
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": "2025-05-23 16:55:08.805844",
8-
"spec_repo_commit": "6a0ddfd8"
7+
"regenerated": "2025-05-23 18:36:46.741380",
8+
"spec_repo_commit": "f659b1f4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-23 16:55:08.821917",
13-
"spec_repo_commit": "6a0ddfd8"
12+
"regenerated": "2025-05-23 18:36:46.759141",
13+
"spec_repo_commit": "f659b1f4"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33563,14 +33563,15 @@ components:
3356333563
- TIMESTAMP_DESCENDING
3356433564
SecurityMonitoringStandardDataSource:
3356533565
default: logs
33566-
description: Source of events, either logs or audit trail.
33566+
description: Source of events, either logs, audit trail, or Datadog events.
3356733567
enum:
3356833568
- logs
3356933569
- audit
3357033570
- app_sec_spans
3357133571
- spans
3357233572
- security_runtime
3357333573
- network
33574+
- events
3357433575
example: logs
3357533576
type: string
3357633577
x-enum-varnames:
@@ -33580,6 +33581,7 @@ components:
3358033581
- SPANS
3358133582
- SECURITY_RUNTIME
3358233583
- NETWORK
33584+
- EVENTS
3358333585
SecurityMonitoringStandardRuleCreatePayload:
3358433586
description: Create a new rule.
3358533587
properties:

lib/datadog_api_client/v2/models/historical_job_query.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class HistoricalJobQuery
2424
# The aggregation type.
2525
attr_accessor :aggregation
2626

27-
# Source of events, either logs or audit trail.
27+
# Source of events, either logs, audit trail, or Datadog events.
2828
attr_accessor :data_source
2929

3030
# Field for which the cardinality is measured. Sent as an array.

lib/datadog_api_client/v2/models/security_monitoring_standard_data_source.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
require 'time'
1818

1919
module DatadogAPIClient::V2
20-
# Source of events, either logs or audit trail.
20+
# Source of events, either logs, audit trail, or Datadog events.
2121
class SecurityMonitoringStandardDataSource
2222
include BaseEnumModel
2323

@@ -27,5 +27,6 @@ class SecurityMonitoringStandardDataSource
2727
SPANS = "spans".freeze
2828
SECURITY_RUNTIME = "security_runtime".freeze
2929
NETWORK = "network".freeze
30+
EVENTS = "events".freeze
3031
end
3132
end

lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SecurityMonitoringStandardRuleQuery
2424
# The aggregation type.
2525
attr_accessor :aggregation
2626

27-
# Source of events, either logs or audit trail.
27+
# Source of events, either logs, audit trail, or Datadog events.
2828
attr_accessor :data_source
2929

3030
# Field for which the cardinality is measured. Sent as an array.

0 commit comments

Comments
 (0)