Snapservice Reports Clusters ProtectionGroups Snapshots FilterSpec

Snapservice Reports Clusters ProtectionGroups Snapshots FilterSpec
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.

JSON Example
{
    "start_time": "string",
    "end_time": "string"
}
string As date-time As date-time
start_time
Optional

Start time for the time range for which the snapshot report has to be generated. Time is in UTC format.

This property was added in vSphere API 9.0.0.0.

If missing or null defaults to 90 days from the current time.

string As date-time As date-time
end_time
Optional

End time for the time range for which the snapshot report has to be generated. Time is in UTC format.

This property was added in vSphere API 9.0.0.0.

If missing or null defaults to current time.