Interface: StartMonitoringRequestData
Defined in: electron/UptimeOrchestrator.types.ts:67
Payload describing a request to start monitoring.
Properties
identifier
identifier: string;
Defined in: electron/UptimeOrchestrator.types.ts:69
Site identifier for the monitoring request.
monitorId?
optional monitorId?: string;
Defined in: electron/UptimeOrchestrator.types.ts:71
Specific monitor ID to start (optional for starting all monitors).