RecoveryPlanExecutionInfo

RecoveryPlanExecutionInfo
RecoveryPlanExecutionInfo

Information for the execution of a recovery plan.

JSON Example
{
    "execEnd": 1645707066012,
    "execStart": 1645707065923,
    "id": "271c8c0b-aba5-425c-b8f3-3ada3d4d2e14",
    "operation": "TEST",
    "recoveryPlanId": "b2fc65c2-2899-4090-80af-639927bea6ea",
    "reportVersion": "The product version during the execution.",
    "result": "SUCCEEDED"
}
integer As int64 As int64
execEnd
Optional

At what time the execution finished.

integer As int64 As int64
execStart
Optional

At what time the execution started.

string As uuid As uuid
id
Optional

The unique identifier of the recovery plan execution.

string
operation
Optional

The type of executed operation.

string As uuid As uuid
recoveryPlanId
Optional

The unique identifier of the executed recovery plan.

string
reportVersion
Optional

Whether a plan execution is to be suspended.

string
result
Optional

Whether the execution was successful or not.