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
Restrict results to protected VMs included in any of these protection groups
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.
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.
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"
]
}
Parameter To
Get Protected Virtual Machines