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