HistoryReport

HistoryReport
HistoryReport

Details about a recovery run history report.

JSON Example
{
    "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": [
        "string"
    ],
    "warnings_list": [
        "string"
    ]
}
string
plan_name
Optional

Recovery plan name when the result was recorded.

string
username
Optional

The name of the user who initiated the operation.

string
operation_type
Optional

The details of the kind of operation.

Possible values are : TEST, CLEANUP, FAILOVER, REPROTECT,
integer As int64 As int64
start_time_ms
Optional

The time when the recovery was started, in milliseconds.

string
human_friendly_duration
Optional

Present elapsed time in one of the two following formats:

['days' d ['hours' h ['minutes' m 'seconds' s]]]]

integer As int64 As int64
duration_ms
Optional

Total execution time in milliseconds.

string
result_state
Optional

The result state. This will only be the '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

Possible values are : SUCCESS, WARNINGS, ERRORS, CANCELLED,
integer As int32 As int32
error_count
Optional

The count of error-level faults that were generated by the operation.

integer As int32 As int32
warning_count
Optional

The count of warning-level faults that were generated by the operation.

integer As int64 As int64
run_key
Optional

A unique identifier of this recovery history report.

array of string
errors_list
Optional

The errors encountered for this recovery plan.

array of string
warnings_list
Optional

The warnings encountered for this recovery plan.