ProtectionGroupDetails
Detailed information for protection groups.
{
"id": "string",
"name": "string",
"health": "string",
"members_specs": [
{
"vcenter_id": "string",
"vcenter_vm_name_patterns": [
"string"
],
"vcenter_tags": [
"string"
],
"vcenter_folder_paths": [
"string"
]
}
],
"schedule_specs": [
{
"name": "string",
"schedule_spec": {
"minutes": 0,
"minutes_interval": 0,
"hours": 0,
"hours_interval": 0,
"day_of_month": 0,
"day_of_month_interval": 0,
"month": 0,
"month_interval": 0,
"day_of_week": 0,
"day_of_week_interval": 0
},
"retention_min": 0
}
],
"protected_site_id": "string",
"snapshot_schedule_active": false,
"snapshot_frequency_type": "string",
"snapshot_quiescing_enabled": false,
"used_gib": "number"
}
The unique identifier of the protection group.
The name of the protection group.
The specifications used to determine the VMs contained in the protection group.
The specifications used to determine when snapshots are taken of the protection group.
Note: The pre-release version of this API differs from this documentation. This field is not currently provided.
The ID of the protected site associated with this protection group.
Indicates if the protection group has a currently active snapshot schedule.
Indicates if quiescing is enabled for this protection group. For VMs with VMware Tools installed, you can create protection groups to take quiesced snapshots. Quiescing pauses or alters the state of running processes on the VM to guarantee a consistent state of applications.
The total amount of storage consumed by this protection group.