Previous Topic

Next Topic

GET_GLOBAL_SETTINGS

The GET_GLOBAL_SETTINGS command requests the respective iLO 3 global settings. For this command to parse correctly, the command must appear within a RIB_INFO command block, and RIB_INFO MODE can be set to read or write.

Example:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="adminname" PASSWORD="password">

<RIB_INFO MODE="read">

<GET_GLOBAL_SETTINGS/>

</RIB_INFO>

</LOGIN>

</RIBCL>