Skip to main content

Function: getMonitorHelpTexts()

function 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:127

Get help text for monitor type form fields.

Parametersโ€‹

monitorTypeโ€‹

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

Type of monitor.

signal?โ€‹

AbortSignal

Optional AbortSignal for cancellation.

Returnsโ€‹

Promise<MonitorHelpTexts>

Object containing primary and secondary help texts.