Skip to content

Commit 67d695d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Add more Security Monitoring Data Source enum values (#2305)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 20563f8 commit 67d695d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

Diff for: .apigentools-info

+4-4
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-04-01 23:26:29.537619",
8-
"spec_repo_commit": "2000c9c8"
7+
"regenerated": "2025-04-02 19:55:38.978560",
8+
"spec_repo_commit": "1cc45c45"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-01 23:26:29.553596",
13-
"spec_repo_commit": "2000c9c8"
12+
"regenerated": "2025-04-02 19:55:38.997117",
13+
"spec_repo_commit": "1cc45c45"
1414
}
1515
}
1616
}

Diff for: .generator/schemas/v2/openapi.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -27702,11 +27702,19 @@ components:
2770227702
enum:
2770327703
- logs
2770427704
- audit
27705+
- app_sec_spans
27706+
- spans
27707+
- security_runtime
27708+
- network
2770527709
example: logs
2770627710
type: string
2770727711
x-enum-varnames:
2770827712
- LOGS
2770927713
- AUDIT
27714+
- APP_SEC_SPANS
27715+
- SPANS
27716+
- SECURITY_RUNTIME
27717+
- NETWORK
2771027718
SecurityMonitoringStandardRuleCreatePayload:
2771127719
description: Create a new rule.
2771227720
properties:

Diff for: lib/datadog_api_client/v2/models/security_monitoring_standard_data_source.rb

+4
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@ class SecurityMonitoringStandardDataSource
2323

2424
LOGS = "logs".freeze
2525
AUDIT = "audit".freeze
26+
APP_SEC_SPANS = "app_sec_spans".freeze
27+
SPANS = "spans".freeze
28+
SECURITY_RUNTIME = "security_runtime".freeze
29+
NETWORK = "network".freeze
2630
end
2731
end

0 commit comments

Comments
 (0)