Skip to main content

Function: getMonitorHelpTexts()

getMonitorHelpTexts(monitorType: "http" | "http-keyword" | "http-status" | "http-header" | "http-json" | "http-latency" | "port" | "ping" | "dns" | "ssl" | "websocket-keepalive" | "server-heartbeat" | "replication" | "cdn-edge-consistency", signal?: AbortSignal): Promise<MonitorHelpTexts>

Defined in: src/utils/monitorUiHelpers.ts:346

Get help text for monitor type form fields.

Parametersโ€‹

monitorTypeโ€‹

Type of monitor.

"http" | "http-keyword" | "http-status" | "http-header" | "http-json" | "http-latency" | "port" | "ping" | "dns" | "ssl" | "websocket-keepalive" | "server-heartbeat" | "replication" | "cdn-edge-consistency"

signal?โ€‹

AbortSignal

Optional AbortSignal for cancellation.

Returnsโ€‹

Promise<MonitorHelpTexts>

Object containing primary and secondary help texts.