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

HistoryReportDrResponseEntity

Details about a recovery run history report.


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"duration_ms": 0,
	"error_count": 0,
	"errors_list": [
		"string"
	],
	"human_friendly_duration": "2",
	"operation_type": "TEST",
	"plan_name": "string",
	"result_state": "SUCCESS",
	"run_key": 0,
	"start_time_ms": 0,
	"username": "string",
	"warning_count": 0,
	"warnings_list": [
		"string"
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Plan History Record

Feedback

Was this page helpful?