White Papers
11
DCIM_LCService.SupportAssistGetEULAStatus()
To get information about the EULA acceptance, use the SupportAssistGetEULAStatus method.
WSMAN Input SOAP Packet:
<?xml version="1.0"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"
xmlns:n1="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LCService">
<s:Header>
<wsa:Action s:mustUnderstand="true">http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService/SupportAssistGetEULAStatus</wsa:Action>
<wsa:To s:mustUnderstand="true">https://100.101.21.62:443/wsman</wsa:To>
<wsman:ResourceURI s:mustUnderstand="true">http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService</wsman:ResourceURI>
<wsa:MessageID s:mustUnderstand="true">uuid:fe0a0670-4fdc-1fdc-8002-
6cbb576a0064</wsa:MessageID>
<wsa:ReplyTo>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
</wsa:ReplyTo>
<wsman:SelectorSet>
<wsman:Selector Name="Name">DCIM:LCService</wsman:Selector>
<wsman:Selector Name="SystemName">DCIM:ComputerSystem</wsman:Selector>
<wsman:Selector Name="CreationClassName">DCIM_LCService</wsman:Selector>
<wsman:Selector Name="SystemCreationClassName">DCIM_ComputerSystem</wsman:Selector>
</wsman:SelectorSet>
</s:Header>
<s:Body>
<n1:SupportAssistGetEULAStatus_INPUT/>
</s:Body>
</s:Envelope>
WSMAN Output SOAP Packet:
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:n1="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LCService">
<s:Header>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
<wsa:Action>http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService/SupportAssistGetEULAStatusResponse</wsa:Action>
<wsa:RelatesTo>uuid:fe0a0670-4fdc-1fdc-8002-6cbb576a0064</wsa:RelatesTo>
<wsa:MessageID>uuid:c85c7e10-f673-1673-820a-2403d5eb7b84</wsa:MessageID>
</s:Header>
<s:Body>
<n1:SupportAssistGetEULAStatus_OUTPUT>
<n1:Interface>1</n1:Interface>
<n1:IsRegistered>1</n1:IsRegistered>
<n1:Message>The SupportAssist End User License Agreement (EULA) is accepted by iDRAC user
root via iDRAC interface WSMan.</n1:Message>
<n1:MessageArguments>root</n1:MessageArguments>
<n1:MessageArguments>WSMan</n1:MessageArguments>
<n1:MessageID>SRV074</n1:MessageID>
<n1:ReturnValue>0</n1:ReturnValue>
<n1:Time>Thu Mar 09 00:46:52 CST 2023</n1:Time>
<n1:User>root</n1:User>
</n1:SupportAssistGetEULAStatus_OUTPUT>
</s:Body>
</s:Envelope>
Note:
The IsRegistered parameter will be 0 if server is registered or 1 if SupportAssist on the server is not registered.
The iDRAC username in the Message and MessageArguments parameter is the iDRAC username that has accepted the EULA.
The iDRAC username that accepted the EULA may be different from the iDRAC username of the user who ran the
SupportAssistGetEULAStatus method.