Hide Forgot
Description of problem: According to the API documentation the API call: channel.software.getDetails should return struct (hash) containing: 'yumrepo_last_sync' key with value of type: dateTime.iso8601. In fact, when none yum repo is assigned to the channel API call results in yumrepo_last_sync=''. Thus the the value type is String, but not dateTime. Which is contradiction with documentation. Version-Release number of selected component (if applicable): RHN Satellite 5.4.1+ spacewalk-java-1.2.39-104.el6sat.noarch How reproducible: deterministic Steps to Reproduce: 1. channel.software.getDetails 2. 3. Actual results: yumrepo_last_sync value type does not corresponds with documentation Expected results: yumrepo_last_sync type corresponds with documentation Additional info: