Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Karql/elastalert2-server
/ TestRulePayload
Interface
TestRulePayload
src/controllers/test.controller.ts:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import
ElastalertServer from
"../elastalert_server"
;
5
6
interface
TestRulePayload {
7
rule: string;
8
options?: TestRuleOptions
9
}
10
11
@Route(
"/test"
)
12
@Tags(
"test"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected