Skip to main content

Interface: MonitoringStopSummary

Defined in: shared/types.ts:490

Summary returned after attempting to stop global monitoring.

Extendsโ€‹

Propertiesโ€‹

attemptedโ€‹

readonly attempted: number

Defined in: shared/types.ts:448

Number of monitors that were eligible and attempted during the operation.

Inherited fromโ€‹

MonitoringOperationSummary.attempted


failedโ€‹

readonly failed: number

Defined in: shared/types.ts:453

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:458

Reflects the resulting global monitoring state after the operation has completed.

Inherited fromโ€‹

MonitoringOperationSummary.isMonitoring


partialFailuresโ€‹

readonly partialFailures: boolean

Defined in: shared/types.ts:463

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:465

Number of site configurations evaluated during the operation.

Inherited fromโ€‹

MonitoringOperationSummary.siteCount


skippedโ€‹

readonly skipped: number

Defined in: shared/types.ts:470

Number of monitors skipped automatically (missing identifiers or already satisfied state).

Inherited fromโ€‹

MonitoringOperationSummary.skipped


succeededโ€‹

readonly succeeded: number

Defined in: shared/types.ts:472

Number of monitors that completed the requested operation successfully.

Inherited fromโ€‹

MonitoringOperationSummary.succeeded


alreadyInactiveโ€‹

readonly alreadyInactive: boolean

Defined in: shared/types.ts:492

true when monitoring was already inactive at the time of the request.