Snapservice.Reports.Clusters.VirtualMachines.Snapshots.StatusByTimeSliceItem

Snapservice.Reports.Clusters.VirtualMachines.Snapshots.StatusByTimeSliceItem
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.

JSON Example
{
    "start_time": "string",
    "end_time": "string",
    "info": {
        "error_count": 0,
        "success_count": 0
    }
}
string As date-time As date-time
start_time
Required

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.

string As date-time As date-time
end_time
Required

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.

info
Required

Information about aggregated status counts of the snapshots.

This property was added in vSphere API 9.0.0.0.