Skip to content

Commit 6421f67

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6984d022 of spec repo
1 parent 898b06a commit 6421f67

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
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-03-25 18:26:19.730337",
8-
"spec_repo_commit": "b25d7c85"
7+
"regenerated": "2025-03-26 20:11:13.244703",
8+
"spec_repo_commit": "6984d022"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-25 18:26:19.746346",
13-
"spec_repo_commit": "b25d7c85"
12+
"regenerated": "2025-03-26 20:11:13.259887",
13+
"spec_repo_commit": "6984d022"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 8 additions & 0 deletions
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:

lib/datadog_api_client/v2/models/security_monitoring_standard_data_source.rb

Lines changed: 4 additions & 0 deletions
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)