Actions
Feature #22385
closedAdd cp_label into API output
Description
When adding hosts that were previously consuming content from CDN, a user has a list of repos that were enabled by running `subscription-manager repos --list-enabled | awk '/Repo ID:/{print $3}'` on each host. This exported list of repos should be used to check if all the repos are available in Katello, so that hosts can subscribe. But there is no way of doing that because cp_label is not exposed in API.
Actions