Description of problem: - The output of the hammer for recurring-logic list is shows ID and cron line, but not the 'Action', 'Last Occurrence' and 'Next Occurrence' columns displayed. ~~~~~ # hammer recurring-logic list ---|-----------|-----------|----------|------- ID | CRON LINE | ITERATION | END TIME | STATE ---|-----------|-----------|----------|------- 5 | 0 0 * * * | 51 | | active 6 | 0 0 * * * | 51 | | active 1 | 0 0 * * * | 51 | | active 4 | 0 0 * * * | 51 | | active ---|-----------|-----------|----------|------- # hammer recurring-logic list --fields ALL ---|-----------|-----------|----------|------- ID | CRON LINE | ITERATION | END TIME | STATE ---|-----------|-----------|----------|------- 5 | 0 0 * * * | 51 | | active 6 | 0 0 * * * | 51 | | active 1 | 0 0 * * * | 51 | | active 4 | 0 0 * * * | 51 | | active ---|-----------|-----------|----------|------- ~~~~~ - However, the info 'Action', 'Last Occurrence' and 'Next Occurrence' available when we go on Satellite web UI -> Monitor -> Recurring logics. Version-Release number of selected component (if applicable): Red Hat Satellite How reproducible: Yes. Steps to Reproduce: 1. Check the output of hammer recurring-logic list from Satellite CLI. 2. Compare the output with the info available on Satellite web UI -> Monitor -> Recurring logics. Actual results: -The command hammer recurring-logic list shows only ID and cron line which is not useful to get an overview/summary to provide as info. Expected results: -The output of hammer recurring-logic list should display more info with additional columns like 'Action', 'Last Occurrence' and 'Next Occurrence'. Additional info:
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/35940 has been resolved.
Verified on Satellite 6.14 snap 4, the additional fields now show up in the cli output