GetProtectionGroupBatchDetailsResponse
GetProtectionGroupBatchDetailsResponse
Protection group details for multiple protection groups.
JSON Example
{
"protection_group_details": [
{
"id": "string",
"name": "string",
"health": "string",
"members_specs": [
{
"vcenter_id": "string",
"vcenter_vm_name_patterns": [
"string"
],
"vcenter_tags": [
{
"category_name": "string",
"tag_name": "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,
"snapshot_timestamp": 0,
"size_gib": "number",
"snapshot_count": 0
}
]
}
array of
ProtectionGroupDetails
protection_group_details
Optional
The array of protection group details.