Interface: MonitoringStartSummary
Defined in: shared/types.ts:500
Summary returned after attempting to start global monitoring.
Hierarchyโ
Extendsโ
Propertiesโ
attemptedโ
readonly attempted: number;
Defined in: shared/types.ts:468
Number of monitors that were eligible and attempted during the operation.
Inherited fromโ
MonitoringOperationSummary.attempted
failedโ
readonly failed: number;
Defined in: shared/types.ts:473
Number of monitors that failed to change state because the backend
returned an error or false.
Inherited fromโ
MonitoringOperationSummary.failed
isMonitoringโ
readonly isMonitoring: boolean;
Defined in: shared/types.ts:478
Reflects the resulting global monitoring state after the operation has completed.
Inherited fromโ
MonitoringOperationSummary.isMonitoring
partialFailuresโ
readonly partialFailures: boolean;
Defined in: shared/types.ts:483
Indicates whether any failures were recorded while still having at least one monitor succeed.
Inherited fromโ
MonitoringOperationSummary.partialFailures
siteCountโ
readonly siteCount: number;
Defined in: shared/types.ts:485
Number of site configurations evaluated during the operation.
Inherited fromโ
MonitoringOperationSummary.siteCount
skippedโ
readonly skipped: number;
Defined in: shared/types.ts:490
Number of monitors skipped automatically (missing identifiers or already satisfied state).
Inherited fromโ
MonitoringOperationSummary.skipped
succeededโ
readonly succeeded: number;
Defined in: shared/types.ts:492
Number of monitors that completed the requested operation successfully.
Inherited fromโ
MonitoringOperationSummary.succeeded
alreadyActiveโ
readonly alreadyActive: boolean;
Defined in: shared/types.ts:502
true when monitoring was already active before the start request.