The following actions are supported when operating in DPU mode only.
Getting Base GUID
curl -k -u root:'<password>' -X GET https://<bmc_ip>/v1/redfish/v1/Systems/Bluefield/Oem/Nvidia | jq '.BaseGUID'
Getting Base MAC
curl -k -u root:'<password>' -X GET https://<bmc_ip>/redfish/v1/redfish/v1/Systems/Bluefield/Oem/Nvidia | jq '.BaseMAC'
Getting Description
curl -k -u root:'<password>' -X GET https://<bmc_ip>/redfish/v1/redfish/v1/Systems/Bluefield/Oem/Nvidia | jq '.Description'
Last updated: