HP iLO 4 Scripting and Command Line Guide

GET_FEDERATION_ALL_GROUPS return messages
The following response is typical of the data returned from the GET_FEDERATION_ALL_GROUPS
command:
<?xml version="1.0"?>
<RIBCL VERSION="2.23">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_FEDERATION_ALL_GROUPS>
<GROUP_NAME VALUE="Group1"/>
<GROUP_NAME VALUE="Group2"/>
</GET_FEDERATION_ALL_GROUPS>
</RIBCL>
GET_FEDERATION_ALL_GROUPS_INFO
Use GET_FEDERATION_ALL_GROUPS_INFO to retrieve a list of all Federation group names and
the associated privileges for each group. To retrieve the privileges of a single specified group, use
GET_FEDERATION_GROUP.
Besides the group name, the returned group privileges include:
User account administration
Remote console access
Virtual power and reset
Virtual media
iLO setting configuration
Login privilege
The command must appear within a RIB_INFO command block, and RIB_INFO MODE must be
set to read.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_FEDERATION_ALL_GROUPS_INFO/>
</RIB_INFO>
</LOGIN>
</RIBCL>
GET_FEDERATION_ALL_GROUPS_INFO parameters
None
GET_FEDERATION_ALL_GROUPS_INFO runtime errors
None
GET_FEDERATION_ALL_GROUPS_INFO return messages
The following response is typical of the data returned from the
GET_FEDERATION_ALL_GROUPS_INFO command:
<?xml version="1.0"?>
<RIBCL VERSION="2.23">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
RIB_INFO 81