Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-04-01 23:26:29.537619",
"spec_repo_commit": "2000c9c8"
"regenerated": "2025-04-02 19:55:38.978560",
"spec_repo_commit": "1cc45c45"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-04-01 23:26:29.553596",
"spec_repo_commit": "2000c9c8"
"regenerated": "2025-04-02 19:55:38.997117",
"spec_repo_commit": "1cc45c45"
}
}
}
8 changes: 8 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27702,11 +27702,19 @@ components:
enum:
- logs
- audit
- app_sec_spans
- spans
- security_runtime
- network
example: logs
type: string
x-enum-varnames:
- LOGS
- AUDIT
- APP_SEC_SPANS
- SPANS
- SECURITY_RUNTIME
- NETWORK
SecurityMonitoringStandardRuleCreatePayload:
description: Create a new rule.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ class SecurityMonitoringStandardDataSource

LOGS = "logs".freeze
AUDIT = "audit".freeze
APP_SEC_SPANS = "app_sec_spans".freeze
SPANS = "spans".freeze
SECURITY_RUNTIME = "security_runtime".freeze
NETWORK = "network".freeze
end
end
Loading