File tree Expand file tree Collapse file tree
lib/datadog_api_client/v2/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
2731end
You can’t perform that action at this time.
0 commit comments