You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you to report this issue. Could you tell us your platform such as SR650 and XCC/UEFI's firmware versions? And if possible, could you help to collect the service data (.tzz file, you can download it from Web GUI of XCC) and upload it to https://logupload.lenovo.com/ so that we can make detailed investigation based on the service data? Thanks.
https://github.com/lenovo/powershell-redfish-lenovo/blob/master/examples/get_all_bios_attributes.psm1
This is not working for when used for retrieving pending settings.
from what i could figure out, this endoing @Redfish.Settings, does not exist on the converted_object variable
if($bios_get -eq "pending")
{
$pending_url ="https://$ip" + $converted_object."@Redfish.Settings".SettingsObject."@odata.id"
$response = Invoke-WebRequest -Uri $bios_url -Headers $JsonHeader -Method Get -UseBasicParsing
$converted_object = $response.Content | ConvertFrom-Json
The text was updated successfully, but these errors were encountered: