Get Protection Group Batch Details
Get details for one or more requested protection groups.
The cloud file system containing the protection groups of interest.
{
"protection_groups": [
"string"
]
}
The IDs of the protection groups of interest. All results are returned in a single request, so the number of provided protection groups should be bounded.
OK. The request succeeded.
{
"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
}
]
}
The array of protection group details.
Bad request. The server could not understand the request.
Unauthorized. The client has not authenticated.
Forbidden. The client is not authorized.
Not found. The server cannot find the specified resource.
VMware Live Cyber Recovery-specific error.
An error unique to VMware Live Cyber Recovery was encountered while attempting to satisfy the request. See the returned object for details on the error.
"Error Object"
A stack or error messages. The first element (top of the stack) is the broadest description of the failure.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/vcdr/v1/cloud-file-systems/{cloud_file_system_id}/protection-groups-batch