This is an archive version of the document. To get the most up-to-date information, see the current version.

Pagination

To increase readability and optimize network traffic, Veeam Backup for Google Cloud REST API applies pagination to a number of responses that contain array of values.

Pagination data is returned in the meta section of a response and includes the following properties:

  • offset — number of resources skipped. You can skip resources using the $offset parameter.
  • limit — number of resources on the current page. The default value is 100. You can modify this number using the $limit parameter.
  • totalCount — total number of resources returned.

Note

Veeam Backup for Google Cloud REST API returns resources in the default order based on its own semantics.