Snapservice.Reports.Clusters.VirtualMachines.Snapshots.FilterSpec
The Snapservice.Reports.Clusters.VirtualMachines.Snapshots.FilterSpec schema contains properties used to filter the results when listing virtual machines snapshots for the reports. If multiple properties are specified, only virtual machine snapshots matching all of the properties that match the filter are returned. If the time range is not specified, the data existed over the last retention period which is used for reporting purpose is returned, by default retention period is set to 90 days.
This schema was added in vSphere API 9.0.0.0.
{
"start_time": "string",
"end_time": "string"
}
Start time for the time range for which the snapshot report has to be generated.
This property was added in vSphere API 9.0.0.0.
If missing or null
defaults to 90 days from the current time.
End time for the time range for which the snapshot report has to be generated.
This property was added in vSphere API 9.0.0.0.
If missing or null
defaults to current time.