Interface: RestartMonitoringRequestData
Defined in: electron/UptimeOrchestrator.types.ts:39
Payload describing a request to restart monitoring for a specific monitor.
Properties
identifier
identifier: string;
Defined in: electron/UptimeOrchestrator.types.ts:41
Site identifier for the restart request.
monitor
monitor: Monitor;
Defined in: electron/UptimeOrchestrator.types.ts:43
Monitor configuration for restart.