-
Bug
-
Resolution: Done
-
Major
-
None
-
6.19.0
Description of problem:
/api/v2/hosts/:id/transient_packages/containerfile_install_command should not respect pagination by default since it returns a command for users to copy/paste.
We can still consider respecting it in case it is useful, but the default should be to not paginate. We need to be careful though if hammer sends pagination params be default.
How reproducible:
100%
Is this issue a regression from an earlier version:
Steps to Reproduce:
1. Get more than 20 transient packages into katello_host_installed_packages
2. Query /api/v2/hosts/:id/transient_packages/containerfile_install_command
Actual behavior:
Only 20 packages will be included in the response.
Expected behavior:
Greater than 20 packages returned.
Business Impact / Additional info:
- duplicates
-
SAT-41161 `containerfile_install_command` API endpoint does not return all transient packages
-
- Testing
-