Skip to main content

Function: getTypesWithFeature()

getTypesWithFeature(feature: "responseTime" | "advancedAnalytics"): Promise<("cdn-edge-consistency" | "dns" | "http" | "http-header" | "http-json" | "http-keyword" | "http-latency" | "http-status" | "ping" | "port" | "replication" | "server-heartbeat" | "ssl" | "websocket-keepalive")[]>

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

Get available monitor types that support a specific feature.

Parametersโ€‹

featureโ€‹

Feature to check for ("responseTime" or "advancedAnalytics").

"responseTime" | "advancedAnalytics"

Returnsโ€‹

Promise<("cdn-edge-consistency" | "dns" | "http" | "http-header" | "http-json" | "http-keyword" | "http-latency" | "http-status" | "ping" | "port" | "replication" | "server-heartbeat" | "ssl" | "websocket-keepalive")[]>

Array of monitor types that support the requested feature.