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

VmReplicationInfoDrResponseList

List of entities about: Information about replicated virtual machine


Properties

_meta Optional

List metadata


list Optional

Information about replicated virtual machine

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",
			"replication_status": "FULL_SYNC",
			"template": false
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Replicated VMS

Feedback

Was this page helpful?