Pagination
To increase readability and optimize network traffic, Veeam Service Provider Console RESTful API v3 applies pagination to a number of responses that contain array of values. Operations that return responses with pagination are marked with the x-veeam-pagination: true extension in the specification.
Pagination data is returned in the pagingInfo subsection of the meta section of a response and includes the following properties:
- total — total number of resources returned.
- count — number of resources on the current page. The default value is 100. You can modify this number using the $limit parameter.
- offset — number of resources skipped. You can skip resources using the $offset parameter.
|
If the number of resources in a collection changes, some resources can move from one page to another. |