[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

HistoryReport

Details about a recovery run history report.


Properties

integer as int64
duration_ms Optional

Total execution time in milliseconds.


integer as int32
error_count Optional

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


array of string
errors_list Optional

The errors encountered for this recovery plan.


string
human_friendly_duration Optional

Present elapsed time in one of the two following formats:

[‘days’ d [‘hours’ h [‘minutes’ m ‘seconds’ s]]]]


string
operation_type Optional

The details of the kind of operation.

Possible values are: TESTCLEANUPFAILOVERREPROTECT


string
plan_name Optional

Recovery plan name when the result was recorded.


string
result_state Optional

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.

Possible values are: SUCCESSWARNINGSERRORSCANCELLED


integer as int64
run_key Optional

A unique identifier of this recovery history report.


integer as int64
start_time_ms Optional

The time when the recovery was started, in milliseconds.


string
username Optional

The name of the user who initiated the operation.


integer as int32
warning_count Optional

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


array of string
warnings_list Optional

The warnings encountered for this recovery plan.

JSON Example

{
    "human_friendly_duration": "2"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Used By

HistoryReportDrResponseEntity

Feedback

Was this page helpful?