Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.AggregatedStatusInfo

Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.AggregatedStatusInfo
Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.AggregatedStatusInfo

The Snapservice.Reports.Clusters.ProtectionGroups.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,
    "warning_count": 0,
    "success_count": 0
}
integer As int64 As int64
error_count
Required

Aggregated count of protection group snapshots with "ERROR" status.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
warning_count
Required

Aggregated count of protection group snapshots with "WARNING" status.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
success_count
Required

Aggregated count of protection group snapshots with "SUCCESS" status.

This property was added in vSphere API 9.0.0.0.