Snapservice.Reports.Clusters.VirtualMachines.Snapshots.AggregatedStatusInfo
Snapservice.Reports.Clusters.VirtualMachines.Snapshots.AggregatedStatusInfo
The Snapservice.Reports.Clusters.VirtualMachines.Snapshots.AggregatedStatusInfo schema contains information about aggregated status counts of the snapshots.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"error_count": 0,
"success_count": 0
}
integer As int64
As int64
error_count
Required
Aggregated count of virtual machine snapshots with "ERROR" status.
This property was added in vSphere API 9.0.0.0.
integer As int64
As int64
success_count
Required
Aggregated count of virtual machine snapshots with "SUCCESS" status.
This property was added in vSphere API 9.0.0.0.