It is not possible to configure number of platforms send via REST using ps query param resulting to max limit of 100 resources. When having big topology with many agents this limitation can prevent you accessing some of the agents via REST api.
IIrc platforms can still be looked at via the normal resource search which should correctly support paging ( e.g. go to GET /resource?category=PLATFORM ). Also agents can be found via normal resource search
branch: master link: https://github.com/rhq-project/rhq/commit/79a063c13 time: 2014-10-29 16:31:15 +0100 commit: 79a063c13562d94dcd02d77598bc965f64c75171 author: Libor Zoubek - lzoubek message: Bug 1158516 - Number of platforms retrieved using REST can't be modified using ps param and is always limited to 100 set @DefaultValue to 0 for page parameter. Without that paging was disabled unless page query parameter was specified. branch: release/jon3.3.x link: https://github.com/rhq-project/rhq/commit/73e845e15 time: 2014-10-29 16:32:10 +0100 commit: 73e845e155b2c665c9d098521490e9c78e56522e author: Libor Zoubek - lzoubek message: Bug 1158516 - Number of platforms retrieved using REST can't be modified using ps param and is always limited to 100 set @DefaultValue to 0 for page parameter. Without that paging was disabled unless page query parameter was specified. (cherry picked from commit 79a063c13562d94dcd02d77598bc965f64c75171) Signed-off-by: Libor Zoubek <lzoubek>
Moving to ON_QA as available to test with latest brew build: https://brewweb.devel.redhat.com//buildinfo?buildID=396547
Verified with JON 3.3.0.CR1