dell/OpenManage-Enterprise

Running existing reports fails to return all data

Closed this issue · 1 comments

External customer reported issue: see screenshot
report_fail

Per spec we use the @odata.nextLink property for pagination - this returns the /api/ which is appended to the base URL (already containing /ip/api) - this invalid URL fails subsequent GET calls - the second part of the issue is that on a failure of the nextlink retrieval we should exit the while-loop by setting the url to None - both issues are fixed by recent commit