Interface: MonitorSchemas
Defined in: shared/validation/monitorSchemas.ts:242
Interface for monitor schemas by type.
Propertiesโ
cdn-edge-consistencyโ
readonly cdn-edge-consistency: CdnEdgeConsistencyMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:243
dnsโ
readonly dns: DnsMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:244
httpโ
readonly http: HttpMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:245
http-headerโ
readonly http-header: HttpHeaderMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:246
http-jsonโ
readonly http-json: HttpJsonMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:247
http-keywordโ
readonly http-keyword: HttpKeywordMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:248
http-latencyโ
readonly http-latency: HttpLatencyMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:249
http-statusโ
readonly http-status: HttpStatusMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:250
pingโ
readonly ping: PingMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:251
portโ
readonly port: PortMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:252
replicationโ
readonly replication: ReplicationMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:253
server-heartbeatโ
readonly server-heartbeat: ServerHeartbeatMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:254
sslโ
readonly ssl: SslMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:255
websocket-keepaliveโ
readonly websocket-keepalive: WebsocketKeepaliveMonitorSchemaType;
Defined in: shared/validation/monitorSchemas.ts:256