[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr

GetProtectedVirtualMachinesResponse

Response object encoding an array of summary information about protected VMs and a continuation cursor.


Properties

string
cursor Optional

An opaque string that can be passed back to this API in order to get the next set of results. If this poperty is not present, no more results are available.


array of VmSummary
vms Optional

An array of summary information concerning protected VMs

JSON Example

{
	"cursor": "string",
	"vms": [
		{
			"id": "string",
			"name": "string",
			"size": 0,
			"vcdr_vm_id": "string"
		}
	]
}
[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
Returned By

Get Protected Virtual Machines

Feedback

Was this page helpful?