VmsFilterSpec

VmsFilterSpec
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.

JSON Example
{
    "protection_group_snapshot_id": [
        "string"
    ],
    "vcenter_ids": [
        "string"
    ],
    "site_ids": [
        "string"
    ],
    "protection_group_ids": [
        "string"
    ]
}
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
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.

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
protection_group_ids
Optional

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