Bug 1078406
| Summary: | [Docs][Developer] Expand the description of the pagination feature | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Luca Villa <luvilla> |
| Component: | Documentation | Assignee: | Andrew Burden <aburden> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lucy Bopf <lbopf> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.3.0 | CC: | acathrow, bazulay, juwu, sgordon, yeylon |
| Target Milestone: | --- | Keywords: | Documentation |
| Target Release: | 3.4.0 | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-07-18 03:47:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Luca Villa
2014-03-19 16:50:17 UTC
As an addition to the above: the use of the max= parameter to influence the number of results when the default number of 100 is insufficient should be also mentioned/duplicated on the pagination section as they seem to be strictly related. A usage example would be even better. An Important admonition was added to Pagination [7720] It reads: " The REST APIs are stateless; it is not possible to retain a state between different requests since all requests are independent from each other. As a result, if a status change occurs between your requests, then the page results may be inconsistent. For example, if you request a specific page from a list of VMs, and a status change occurs before you can request the next page, then your results may be missing entries or contain duplicated entries. " It can be viewed here: http://documentation-devel.engineering.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.4/html-single/Technical_Guide/index.html#Pagination2 I have raised a separate bug for the 'max' parameter: https://bugzilla.redhat.com/show_bug.cgi?id=1092880 |