Figure 12. iDRAC hardware inventory for Witness fans
User interfaces: Redfish
About this task
For Redfish methods of Witness power control, see: Witness power operations: Redfish.
Witness information can be collected through the following URI:
● /redfish/v1/Chassis/System.Integrated.1-1_System.Chassis.1-1
An example of data gathered through this URI.
NOTE: 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
22
Initial system setup and configuration