White Papers

12
DCIM_LCService.SupportAssistRegister()
Note: You must accept the EULA before running the SupportAssistRegister method.
To register SupportAssist, use the SupportAssistRegister method. When registration is successful, the method returns a Job
Identifier, which you can use to monitor the status of the registration.
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/SupportAssistRegister</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:294316cc-4fdd-1fdd-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:SupportAssistRegister_INPUT>
<n1:PrimaryFirstName>PrimaryFirstName</n1:PrimaryFirstName>
<n1:PrimaryLastName>PrimaryLastName</n1:PrimaryLastName>
<n1:PrimaryPhoneNumber>987-654-3210</n1:PrimaryPhoneNumber>
<n1:PrimaryEmail>PrimaryEmail@CompanyName.com</n1:PrimaryEmail>
<n1:CompanyName>CompanyName</n1:CompanyName>
<n1:Street1>Street1</n1:Street1>
<n1:Street2>Street2</n1:Street2>
<n1:City>City</n1:City>
<n1:State>State</n1:State>
<n1:Country>Country</n1:Country>
<n1:Zip>Zip</n1:Zip>
<n1:PrimaryAlternateNumber>987-654-3211</n1:PrimaryAlternateNumber>
<n1:SecondaryFirstName>SecondaryFirstName</n1:SecondaryFirstName>
<n1:SecondaryLastName>SecondaryLastName</n1:SecondaryLastName>
<n1:SecondaryPhoneNumber>987-654-3212</n1:SecondaryPhoneNumber>
<n1:SecondaryAlternateNumber>987-654-3213</n1:SecondaryAlternateNumber>
<n1:SecondaryEmail>SecondaryEmail@CompanyName.com</n1:SecondaryEmail>
<n1:ProxyPort>1234</n1:ProxyPort>
<n1:ProxyPassword>ProxyPassword</n1:ProxyPassword>
<n1:ProxyUserName>ProxyUserName</n1:ProxyUserName>
<n1:ProxyHostName>ProxyHostName</n1:ProxyHostName>
</n1:SupportAssistRegister_INPUT>
</s:Body>
</s:Envelope>
The following is an example of the input file, SARegister.xml.
Note: The mandatory fields that are required for registering SupportAssist are Primary First Name, Primary Last Name, Primary
Phone Number, Primary Email, Company Name, and Service Address fields (Street1, City, State, Country, Zip).
<p:SupportAssistRegister_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LCService">
<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>