Interface: IsMonitoringActiveRequestData
Defined in: electron/UptimeOrchestrator.types.ts:23
Payload describing a request to check the active monitoring status for a specific monitor.
Properties
identifier
identifier: string;
Defined in: electron/UptimeOrchestrator.types.ts:25
Site identifier for the status check.
monitorId
monitorId: string;
Defined in: electron/UptimeOrchestrator.types.ts:27
Specific monitor ID to check.