Interface: MonitoringStopSummary
Defined in: shared/types.ts:491
Summary returned after attempting to stop global monitoring.
Hierarchyโ
Extendsโ
Propertiesโ
attemptedโ
readonlyattempted:number
Defined in: shared/types.ts:449
Number of monitors that were eligible and attempted during the operation.
Inherited fromโ
MonitoringOperationSummary.attempted
failedโ
readonlyfailed:number
Defined in: shared/types.ts:454
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:459
Reflects the resulting global monitoring state after the operation has completed.
Inherited fromโ
MonitoringOperationSummary.isMonitoring
partialFailuresโ
readonlypartialFailures:boolean
Defined in: shared/types.ts:464
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:466
Number of site configurations evaluated during the operation.
Inherited fromโ
MonitoringOperationSummary.siteCount
skippedโ
readonlyskipped:number
Defined in: shared/types.ts:471
Number of monitors skipped automatically (missing identifiers or already satisfied state).
Inherited fromโ
MonitoringOperationSummary.skipped
succeededโ
readonlysucceeded:number
Defined in: shared/types.ts:473
Number of monitors that completed the requested operation successfully.
Inherited fromโ
MonitoringOperationSummary.succeeded
alreadyInactiveโ
readonlyalreadyInactive:boolean
Defined in: shared/types.ts:493
true when monitoring was already inactive at the time of the request.