Snapservice VirtualMachines Snapshots IterationSpec

Snapservice VirtualMachines Snapshots IterationSpec
Snapservice VirtualMachines Snapshots IterationSpec

The Snapservice VirtualMachines Snapshots IterationSpec schema contains properties used to break results into pages when listing virtual machine snapshots for virtual machines. see GET /snapservice/virtual-machines/snapshots.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "page_size": 0,
    "offset": 0
}
integer As int64 As int64
page_size
Optional

Specifies the maximum number of results to return.

This property was added in vSphere API 9.1.0.0.

If missing or null defaults to a size defined by the service.

integer As int64 As int64
offset
Optional

Used to retrieve paged data for larger result sets. The offset indicates how many starting elements to be skipped in a sorted list of items. If the offset is greater than or equal to the number of items in the list, empty response is returned by the server.

This property was added in vSphere API 9.1.0.0.

missing or null the offset will be 0