HistoryReport
Details about a recovery run history report.
{
"plan_name": "string",
"username": "string",
"operation_type": "string",
"start_time_ms": 0,
"human_friendly_duration": "2",
"duration_ms": 0,
"result_state": "string",
"error_count": 0,
"warning_count": 0,
"run_key": 0,
"errors_list": [
{}
],
"warnings_list": [
{}
]
}
Recovery plan name when the result was recorded.
The name of the user who initiated the operation.
The details of the kind of operation.
The time when the recovery was started, in milliseconds.
Present elapsed time in one of the two following formats:
['days' d ['hours' h ['minutes' m 'seconds' s]]]]
Total execution time in milliseconds.
The result state. This will only be final
state indicating success or failure.
- SUCCESS - The operation completed with no warnings.
- WARNINGS - The operation completed with one or more warnings.
- ERRORS - The operation failed to complete due to one or more errors.
- CANCELLED - The operation was cancelled.
The count of error-level faults that were generated by the operation.
The count of warning-level faults that were generated by the operation.
A unique identifier of this recovery history report.
The errors encountered for this recovery plan.
The warnings encountered for this recovery plan.