Bug #38341
openMissing "Product Host Count" column in Hammer CLI subscription list output
Description
Description of problem:
In the web UI, a new column titled "Product Host Count" has been introduced on the Manifest page. However, when running the Hammer CLI command to list subscriptions, this column is missing from the output.
How reproducible:
Occurs every time.
Is this issue a regression from an earlier version:
Satellite 6.16. The column "Product Host Count" was added to satellite 6.16
Steps to Reproduce:
1. Run the following command:
hammer --csv --csv-separator ';' subscription list --organization-id X --full-result true
Actual behavior:
The output includes the following columns:
Id
Uuid
Name
Type
Contract
Account
Support
Start Date
End Date
Quantity
Consumed
The "Product Host Count" column is missing.
Expected behavior:
The output should include the same columns as the web UI:
Id
Uuid
Name
Type
Contract
Account
Support
Start Date
End Date
Quantity
Consumed
Product Host Count
Business Impact / Additional info:
The absence of the "Product Host Count" column makes it difficult to track subscription usage in Satellite 6.16. (Using a script).
Updated by The Foreman Bot 2 days ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/hammer-cli-katello/pull/992 added