HistoryReportDrResponseEntity
HistoryReportDrResponseEntity
Details about a recovery run history report.
AllOf
This class requires all of the following:
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": [
{}
],
"warnings_list": [
{}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}