Interface: StopMonitoringRequestData
Defined in: electron/UptimeOrchestrator.types.ts:77
Payload describing a request to stop monitoring.
Properties
identifier
identifier: string;
Defined in: electron/UptimeOrchestrator.types.ts:79
Site identifier for the monitoring request.
monitorId
monitorId: string;
Defined in: electron/UptimeOrchestrator.types.ts:81
Specific monitor ID to stop.