BlueField Modes of Operation Configuration
Info
        The following content is relevant for NVIDIA® BlueField®-3 only.
            
            curl -k -u root:'<PASSWORD>' -X GET https://<bmc_ip>/redfish/v1/Systems/Bluefield/Oem/Nvidia
    
Info
        Current setting appears under Mode.
            
            curl -k -u root:'<PASSWORD>' -H "Content-Type: application/json" -X POST -d '{"Mode":"DpuMode"}' https://<bmc_ip>/redfish/v1/Systems/Bluefield/Oem/Nvidia/Actions/Mode.Set
    
            
            curl -k -u root:'<PASSWORD>' -H "Content-Type: application/json" -X POST -d '{"Mode":"NicMode"}' https://<bmc_ip>/redfish/v1/Systems/Bluefield/Oem/Nvidia/Actions/Mode.Set