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

ProtectionGroupsFilterSpec

The specification used to restrict results returned by this API call to list protection groups. A protection group is only returned if it is associated with any of the specified properties listed below.


Properties

array of string
site_ids Optional

Restrict results to protection groups in any of these protected sites.


array of string
vcenter_ids Optional

Restrict results to protection groups associated with any of these vCenters. Provide vCenter instanceUuids here.

Note: The pre-release version of this API differs from this documentation. This API currently uses the vCenter IP address, not the vCenter instance UUID.

JSON Example

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

Get Protection Groups

Feedback

Was this page helpful?