Snapservice.Reports.Clusters.VirtualMachines.Snapshots.IterationSpec
The Snapservice.Reports.Clusters.VirtualMachines.Snapshots.IterationSpec schema contains properties used to break results into pages when listing virtual machine snapshots for the reports. see GET /snapservice/reports/clusters/{cluster}/virtual-machines/snapshots.
This schema was added in vSphere API 9.0.0.0.
{
"page_size": 0,
"offset": 0
}
Specifies the maximum number of results to return.
This property was added in vSphere API 9.0.0.0.
If missing or null
defaults to a size defined by the service.
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.0.0.0.
missing or null
the offset will be 0