Function: getMonitorHelpTexts()
getMonitorHelpTexts(
monitorType:"cdn-edge-consistency"|"dns"|"http"|"http-header"|"http-json"|"http-keyword"|"http-latency"|"http-status"|"ping"|"port"|"replication"|"server-heartbeat"|"ssl"|"websocket-keepalive",signal?:AbortSignal):Promise<MonitorHelpTexts>
Defined in: src/utils/monitorUiHelpers.ts:398
Get help text for monitor type form fields.
Parametersโ
monitorTypeโ
Type of monitor.
"cdn-edge-consistency" | "dns" | "http" | "http-header" | "http-json" | "http-keyword" | "http-latency" | "http-status" | "ping" | "port" | "replication" | "server-heartbeat" | "ssl" | "websocket-keepalive"
signal?โ
Optional AbortSignal for cancellation.
Returnsโ
Object containing primary and secondary help texts.