Skip to content

Commit b1ca454

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a6a157fa of spec repo
1 parent 375c92b commit b1ca454

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-20 07:21:24.854718",
8-
"spec_repo_commit": "fec20f97"
7+
"regenerated": "2025-05-22 15:44:16.429500",
8+
"spec_repo_commit": "a6a157fa"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-20 07:21:24.871057",
13-
"spec_repo_commit": "fec20f97"
12+
"regenerated": "2025-05-22 15:44:16.445497",
13+
"spec_repo_commit": "a6a157fa"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33388,14 +33388,15 @@ components:
3338833388
- TIMESTAMP_DESCENDING
3338933389
SecurityMonitoringStandardDataSource:
3339033390
default: logs
33391-
description: Source of events, either logs or audit trail.
33391+
description: Source of events, either logs, audit trail or datadog events.
3339233392
enum:
3339333393
- logs
3339433394
- audit
3339533395
- app_sec_spans
3339633396
- spans
3339733397
- security_runtime
3339833398
- network
33399+
- events
3339933400
example: logs
3340033401
type: string
3340133402
x-enum-varnames:
@@ -33405,6 +33406,7 @@ components:
3340533406
- SPANS
3340633407
- SECURITY_RUNTIME
3340733408
- NETWORK
33409+
- EVENTS
3340833410
SecurityMonitoringStandardRuleCreatePayload:
3340933411
description: Create a new rule.
3341033412
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)