[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
ProtectedSitesFilterSpec
The specification used to restrict results returned by the API to list protected sites. A protected site will only be 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 sites associated with any of these protection groups.
array of
string
vcenter_ids
Optional
Restrict results to protected sites containing any of these vCenters. Provide vCenter instanceUuids here.
JSON Example
{
"protection_group_ids": [
"string"
],
"vcenter_ids": [
"string"
]
}