Reference Guide

250 Lifecycle Controller Web Services Interface Guide for Linux
30 Support Assist
30.1 SupportAssistRegister
User needs to register server with Dell to avail SupportAssist features. User needs to provide FirstName,
LastName, Phone Number, Alternate Number, Email address, Company name, Service Address. User
needs to accept EULA before executing the SupportAssist registration menthod. On successful execution,
SupportAssistRegister method returns a Job Identifier which user can monitor for the status of registration
EXAMPLE:
wsman invoke a
SupportAssistRegister http://schemas.dell.com/wbem/wscim/1/cim-schema/2/root/d
cim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem,SystemName=DCIM
:ComputerSystem,CreationClassName=DCIM_LCService,Name=DCIM:LCService -
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-J SARegister.xml -j utf-8 -y basic
Content of SARegister.xml file is as below:
<p:SupportAssistRegister_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LCSe
rvice">
<p:PrimaryFirstName>PrimaryFirstName</p:PrimaryFirstName>
<p:PrimaryLastName>PrimaryLastName</p:PrimaryLastName>
<p:PrimaryPhoneNumber>987-654-3210</p:PrimaryPhoneNumber>
<p:PrimaryEmail>PrimaryEmail@CompanyName.com</p:PrimaryEmail>
<p:CompanyName>CompanyName</p:CompanyName>
<p:Street1>Street1</p:Street1>
<p:Street2>Street2</p:Street2>
<p:City>City</p:City>
<p:State>State</p:State>
<p:Country>Country</p:Country>
<p:Zip>Zip</p:Zip>
<p:PrimaryAlternateNumber>987-654-3211</p:PrimaryAlternateNumber>
<p:SecondaryFirstName>SecondaryFirstName</p:SecondaryFirstName>
<p:SecondaryLastName>SecondaryLastName</p:SecondaryLastName>
<p:SecondaryPhoneNumber>987-654-3212</p:SecondaryPhoneNumber>
<p:SecondaryAlternateNumber>987-654-3213</p:SecondaryAlternateNumber>
<p:SecondaryEmail>SecondaryEmail@CompanyName.com</p:SecondaryEmail>
<p:ProxyPort>1234</p:ProxyPort>
<p:ProxyPassword>ProxyPassword</p:ProxyPassword>
<p:ProxyUserName>ProxyUserName</p:ProxyUserName>
<p:ProxyHostName>ProxyHostName</p:ProxyHostName>
</p:SupportAssistRegister_INPUT>
OUTPUT:
SupportAssistRegister_OUTPUT
Job
EndpointReference
Address = http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
mous
ReferenceParameters
ResourceURI = http://schemas.dell.com/wbem/wscim/1/cim-schema/2
/DCIM_LifecycleJob