RecoveryPlanRecoveryStat
Aggregate recovery execution statistics for a single recovery plan, grouped by recovery type. Although stats are served at the plan level, each entry represents one recovery type's counts (e.g., FAILOVER vs TEST_FAILOVER) within that plan, because different recovery types need separate counts.
Fields
| Field | Type | Description |
|---|---|---|
| recoveryPlanType | RecoveryPlanType! | Type of the recovery plan. |
| recoveryType | RecoveryType! | Type of recovery. |
| totalFailedRecoveryCount | Long! | Total number of failed recoveries. |
| totalRecoveryCount | Long! | Total number of recoveries performed. |
| totalSuccessfulRecoveryCount | Long! | Total number of successful recoveries. |
Used By
Referenced by