Skip to main content

Interface: MonitoringStartSummary

Defined in: shared/types.ts:469

Summary returned after attempting to start global monitoring.

Extendsโ€‹

Propertiesโ€‹

attemptedโ€‹

readonly attempted: number

Defined in: shared/types.ts:437

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

Inherited fromโ€‹

MonitoringOperationSummary.attempted


failedโ€‹

readonly failed: 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โ€‹

readonly isMonitoring: boolean

Defined in: shared/types.ts:447

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

Inherited fromโ€‹

MonitoringOperationSummary.isMonitoring


partialFailuresโ€‹

readonly partialFailures: 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โ€‹

readonly siteCount: number

Defined in: shared/types.ts:454

Number of site configurations evaluated during the operation.

Inherited fromโ€‹

MonitoringOperationSummary.siteCount


skippedโ€‹

readonly skipped: number

Defined in: shared/types.ts:459

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

Inherited fromโ€‹

MonitoringOperationSummary.skipped


succeededโ€‹

readonly succeeded: number

Defined in: shared/types.ts:461

Number of monitors that completed the requested operation successfully.

Inherited fromโ€‹

MonitoringOperationSummary.succeeded


alreadyActiveโ€‹

readonly alreadyActive: boolean

Defined in: shared/types.ts:471

true when monitoring was already active before the start request.