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

DependentVmDrResponseEntity

Details about a dependent protected VM in the context of a given protected VM.


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"
			}
		]
	},
	"id": "string",
	"inside_vapp": false,
	"name": "string",
	"priority_group": "P1",
	"protection_group_name": "string",
	"status": "OK",
	"template": false
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

Feedback

Was this page helpful?