Snapservice VirtualMachines Snapshots FilterSpec
The Snapservice VirtualMachines Snapshots FilterSpec schema contains properties used to filter the results when listing virtual machine snapshots for virtual machines. See GET /snapservice/virtual-machines/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 9.1.0.0.
{
"created_after": "string",
"created_before": "string",
"snapshots_per_vm": 0
}
Minimum creation date for the snapshots that must match the filter.
This property was added in vSphere API 9.1.0.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 9.1.0.0.
If missing or null snapshots with any creation time match the filter.
Specifies the number of snapshots to be retrieved per virtual machine.
This property was added in vSphere API 9.1.0.0.
If missing or null defaults to a size defined by the service.