Get Protection Group Snapshot Details
Get detailed information for a protection group snapshot.
The cloud file system containing the protection group snapshot of interest.
The protection group associated with the protection group snapshot of interest.
The protection group snapshot of interest.
OK. The request succeeded.
{
"id": "string",
"name": "string",
"creation_timestamp": 0,
"expiration_timestamp": 0,
"trigger_type": "string",
"vm_count": 0,
"failed_vm_snap_count": 0,
"unique_used_data_gib": "number",
"total_used_data_gib": "number"
}
The unique identifier of the protection group snapshot.
The name of the protection group snapshot.
The time expressed as a Posix timestamp at which the protection group snapshot was created. Posix time is the number of seconds since the epoch 1970-01-01 00:00:00 UTC. For example: the timestap 1640143163 corresponds to 2021-12-22 3:19:23 UTC.
The time expressed as a Posix timestamp at which the protection group snapshot will expire and be automatically deleted. Posix time is the number of seconds since the epoch 1970-01-01 00:00:00 UTC. For example: the timestap 1640143163 corresponds to 2021-12-22 3:19:23 UTC.
The number of VMs included in this protection group snapshot.
The number of VMs that are defined by the protection group query but did not get included in the protection group snapshot.
The unique data storage in GiB consumed by this protection group snapshot.
The total data storage measured in GiB that is consumed by this protection group snapshot.
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 Cloud DR-specific error.
An error unique to VMware Cloud DR was encountered while attempting to satisfy the request. See the returned object for details on the error.
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
]
}
]
}
A stack or error messages. The first element (top of the stack) is the broadest description of the failure.