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

DependentVmDrResponseList

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


Properties

_meta Optional

List metadata


array of DependentVm
list Optional

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

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"id": "string",
			"inside_vapp": false,
			"name": "string",
			"priority_group": "P1",
			"protection_group_name": "string",
			"status": "OK",
			"template": false
		}
	]
}
[{"label":"Latest (1.0.0)","version":"latest"}]
srm-rest-api
Returned By

Get Plan Virtual Machine Dependent VMS

Feedback

Was this page helpful?