Figure 24. iDRAC GUI Witness network information
Witness host network: Redfish
About this task
Witness network information can be found from the following URI:
redfish/v1/Chassis/System.Integrated.1-1_System.Chassis.1-1
Example of collecting data from the above URI.
Note that the variables “BMC”, “USER”, and “PASS” are set in this example.
root@ubuntu:~# curl --request GET \
--url https://${BMC}/redfish/v1/Chassis/System.Integrated.1-1_System.Chassis.1-1 \
--user ${USER}:${PASS}\
--header 'Content-Type: application/json' \
--insecure
32
Initial system setup and configuration