Summary
The "Get host info" API call (GET /host) fails with SMAPI reason code 3016 ("SMAPIOUT segment empty") when PERSMAPI (Performance SMAPI) server is not logged on, but current Feilong documentation lacks proper prerequisites to prevent this issue.
Expected Behavior
- Documentation should clearly state PERSMAPI logon requirement
- Pre-requirements section should include PERSMAPI setup steps
- API should either work correctly or provide clear error guidance
Steps to Reproduce
- Set up Feilong environment without ensuring PERSMAPI is logged on
- Call
GET /host API through SDK or REST interface
- Observe SMAPI error 3016 response
Launchpad Ref - https://bugs.launchpad.net/python-zvm-sdk/+bug/1757920