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

VmsFilterSpec

The specification used to restrict results returned by the API call to list protected VMs. A protected VM is only returned if it is associated with any of the specified properties, listed below.


Properties

array of string
protection_group_ids Optional

Restrict results to protected VMs included in any of these protection groups


array of string
protection_group_snapshot_id Optional

Restrict results to protected VMs in any of these protection group snapshots.

Note: The pre-release version of this API differs from this documentation. This field is ignored.


array of string
site_ids Optional

Restrict results to protected VMs in any of these protected sites.

Note: The pre-release version of this API differs from this documentation. This field is ignored.


array of string
vcenter_ids Optional

Restrict results to protected VMs managed by any of these vCenters. Provide vCenter instanceUuids here.

Note: The pre-release version of this API differs from this documentation. This field is ignored.

JSON Example

{
	"protection_group_ids": [
		"string"
	],
	"protection_group_snapshot_id": [
		"string"
	],
	"site_ids": [
		"string"
	],
	"vcenter_ids": [
		"string"
	]
}
[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
Parameter To

Get Protected Virtual Machines

Feedback

Was this page helpful?