Bug 1186355
Summary: | system.listVirtualGuests do not return all fields for guests which are not registered | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Jan Hutař <jhutar> |
Component: | API | Assignee: | Tomas Lestach <tlestach> |
Status: | CLOSED WONTFIX | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 570 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-01-28 13:42:48 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1127217 |
Description
Jan Hutař
2015-01-27 13:57:22 UTC
JanH, I do not agree this is a bug. This behavior was introduced in SerializerHelper at the beginning of Spacewalk ... git show c43c7764d22ca8a78fd6f446b0892b6dec5e78a8:java/code/src/com/redhat/rhn/frontend/xmlrpc/serializer/util/SerializerHelper.java The fact null values are omitted from serialization process prevents the API calls to fail as xmlrpc cannot handle null values. If we would like to add it to documentation, we'd need to update all the calls that use add/genMember method of SerializerHelper (over 80 Serializers). I think this would only harm the current transparent apidoc. I do not want to do that. Closing as WONTFIX. I however fixed the typo ... 88f2c0e4 |