Interface: MonitoringStartSummary
Defined in: shared/types.ts:469
Summary returned after attempting to start global monitoring.
Extendsโ
Propertiesโ
attemptedโ
readonlyattempted:number
Defined in: shared/types.ts:437
Number of monitors that were eligible and attempted during the operation.
Inherited fromโ
MonitoringOperationSummary.attempted
failedโ
readonlyfailed:number
Defined in: shared/types.ts:442
Number of monitors that failed to change state because the backend
returned an error or false.
Inherited fromโ
MonitoringOperationSummary.failed
isMonitoringโ
readonlyisMonitoring:boolean
Defined in: shared/types.ts:447
Reflects the resulting global monitoring state after the operation has completed.
Inherited fromโ
MonitoringOperationSummary.isMonitoring
partialFailuresโ
readonlypartialFailures:boolean
Defined in: shared/types.ts:452
Indicates whether any failures were recorded while still having at least one monitor succeed.
Inherited fromโ
MonitoringOperationSummary.partialFailures
siteCountโ
readonlysiteCount:number
Defined in: shared/types.ts:454
Number of site configurations evaluated during the operation.
Inherited fromโ
MonitoringOperationSummary.siteCount
skippedโ
readonlyskipped:number
Defined in: shared/types.ts:459
Number of monitors skipped automatically (missing identifiers or already satisfied state).
Inherited fromโ
MonitoringOperationSummary.skipped
succeededโ
readonlysucceeded:number
Defined in: shared/types.ts:461
Number of monitors that completed the requested operation successfully.
Inherited fromโ
MonitoringOperationSummary.succeeded
alreadyActiveโ
readonlyalreadyActive:boolean
Defined in: shared/types.ts:471
true when monitoring was already active before the start request.