Snapservice.Clusters.ProtectionGroups.Snapshots.FilterSpec
The Snapservice.Clusters.ProtectionGroups.Snapshots.FilterSpec schema contains properties used to filter the results when listing snapshots for a protection group. See GET /snapservice/clusters/{cluster}/protection-groups/{pg}/snapshots. When multiple filters are specified, it operates as an AND operation. The snapshots returned will match all the specified filters.
This schema was added in vSphere API 8.0.3.0.
{
"expires_after": "string",
"expires_before": "string",
"created_after": "string",
"created_before": "string"
}
Minimum expiration time for the snapshots that must match the filter.
This property was added in vSphere API 8.0.3.0.
If missing or null
snapshots with any expiration time match the filter.
Maximum expiration time for the snapshots that must match the filter.
This property was added in vSphere API 8.0.3.0.
If missing or null
snapshots with any expiration time match the filter.
Minimum creation date for the snapshots that must match the filter.
This property was added in vSphere API 8.0.3.0.
If missing or null
snapshots with any creation time match the filter.
Maximum creation date for the snapshots that must match the filter.
This property was added in vSphere API 8.0.3.0.
If missing or null
snapshots with any creation time match the filter.