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

RecoveryPlanInfoDrResponseEntity

Detailed information about a recovery plan.


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"
			}
		]
	},
	"description": "string",
	"id": "string",
	"is_running": false,
	"location": "string",
	"location_name": "string",
	"name": "string",
	"progress": 0,
	"protected_site_name": "string",
	"protected_vc_guid": "string",
	"recovery_site_name": "string",
	"recovery_vc_guid": "string",
	"status": "READY_STATE"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Recovery Plan

Feedback

Was this page helpful?