Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.FilterSpec
The Snapservice.Reports.Clusters.ProtectionGroups.Snapshots.FilterSpec schema contains properties used to filter the results when listing protection group snapshots for the reports. If multiple properties are specified, only protection group snapshots matching all of the properties 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.