Hide Forgot
Description of problem: The API call org.trust.listChannelsConsumed returns: * array * struct * int "systems" * int "id" * int "packages" * string "name" * string "provider_name" while the documentation reads: * array: * struct - channel info * int "channel_id" * string "channel_name" * int "packages" * int "systems" Version-Release number of selected component (if applicable): RHN Satellite 5.4.1 spacewalk-java-1.2.39-101.el6sat.noarch How reproducible: deterministic Steps to Reproduce: 1. call the api 2. 3. Additional info: This problem may actually also affects other api like org.trust. listChannelsProvided as it internally uses same data structures and same query (trust_channel_consume).