Mike Raineri
Mike Raineri
So, it is the latter case; the Storage resource is presenting links to Drives that result in a 404. I can certainly add better error handling to not crash in...
@tdwitham I just released some changes that might help; rf_sys_inventory has a "workaround" flag added to bypass that issue you hit.
In this case it looks like you can't even log into the system; it's trying to access /redfish/v1/ but getting a 400. Can you access the resource in the browser?
I just noticed the URI given is not correct. You're missing a `/` in the rhost argument: `http:/10.250.2.2`.
For --rhost, you would leave off the resource URI (it's just the scheme + IP address). So, it should be `--rhost https://10.250.2.2`.
Would it be possible to try https instead of http? Services tend to reject Redfish Session Login when using http since it's not a secure communication channel. `rf_sys_inventory.py --user test...
No one is working on it currently; if you're volunteering to help, please do so! 👍
While we can see that it's definitely removing extra characters, do you have any measurements for performance improvements with this change? We don't suspect that there would be much change...
We could add it as an optional parameter to compress the payload. Realistically speaking, we're not seeing a huge problem with size limitations in client requests (generally speaking, they tend...
"Processors List" is like "Processors" in that it shows the URIs, but also shows the Id and Socket properties for the processors found (it looks like in your system the...