Interface: MonitorSchemas
Defined in: shared/types/schemaTypes.ts:134
Mapping of monitor type identifiers to their corresponding Zod schemas.
Propertiesโ
cdn-edge-consistencyโ
readonly cdn-edge-consistency: CdnEdgeConsistencyMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:135
dnsโ
readonly dns: DnsMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:136
httpโ
readonly http: HttpMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:137
http-headerโ
readonly http-header: HttpHeaderMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:138
http-jsonโ
readonly http-json: HttpJsonMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:139
http-keywordโ
readonly http-keyword: HttpKeywordMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:140
http-latencyโ
readonly http-latency: HttpLatencyMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:141
http-statusโ
readonly http-status: HttpStatusMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:142
pingโ
readonly ping: PingMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:143
portโ
readonly port: PortMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:144
replicationโ
readonly replication: ReplicationMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:145
server-heartbeatโ
readonly server-heartbeat: ServerHeartbeatMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:146
sslโ
readonly ssl: SslMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:147
websocket-keepaliveโ
readonly websocket-keepalive: WebsocketKeepaliveMonitorSchemaType;
Defined in: shared/types/schemaTypes.ts:148