Snapservice.Reports.Clusters.VirtualMachines.Snapshots.StatusByTimeSliceItem
The Snapservice.Reports.Clusters.VirtualMachines.Snapshots.StatusByTimeSliceItem schema contains information about aggregated status count of all the snapshots for the filtered virtual machines returned by GET /snapservice/reports/clusters/{cluster}/virtual-machines/snapshot-status-counts?aggregateBy=time-slice operation for a given time slice.
This schema was added in vSphere API 9.0.0.0.
{
"start_time": "string",
"end_time": "string",
"info": {
"error_count": 0,
"success_count": 0
}
}
Start time of the time slice for which the snapshot status count is aggregated.
This property was added in vSphere API 9.0.0.0.
End time of the time slice for which the snapshos status count is aggregated.
This property was added in vSphere API 9.0.0.0.
Information about aggregated status counts of the snapshots.
This property was added in vSphere API 9.0.0.0.