Snapservice VirtualMachines Snapshots FilterSpec

Snapservice VirtualMachines Snapshots FilterSpec
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.

JSON Example
{
    "created_after": "string",
    "created_before": "string",
    "snapshots_per_vm": 0
}
string As date-time As date-time
created_after
Optional

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.

string As date-time As date-time
created_before
Optional

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.

integer As int64 As int64
snapshots_per_vm
Optional

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.