White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
34 
 </wsa:ReferenceParameters> 
</wsa:EndpointReference> 
. 
. 
. 
B) Perform a ‘get’ on any instance from A) to ensure correctness of the URI. 
EXAMPLE-B: 
wsman get "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/DCIM_MFAAccount 
?__cimnamespace=root/dcim,SystemCreationClassName=DCIM_SPComputerSystem,CreationClassNam
e=DCIM_MFAAccount,SystemName=systemmc, 
Name=DCIM User 1" 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basiс 
When this method is executed, the particular object will be returned. Below is the output. 
OUTPUT-B: 
<n1:DCIM_MFAAccount> 
 <n1:AuthenticateMethod xsi:nil="true"/> 
 <n1:AvailableRequestedStates xsi:nil="true"/> 
 <n1:Caption xsi:nil="true"/> 
 <n1:CommunicationStatus xsi:nil="true"/> 
 <n1:ComplexPasswordRulesEnforced xsi:nil="true"/> 
 <n1:CreationClassName>DCIM_MFAAccount</n1:CreationClassName> 
 <n1:Description xsi:nil="true"/> 
 <n1:Descriptions xsi:nil="true"/> 
 <n1:DetailedStatus xsi:nil="true"/> 
 <n1:ElementName>MFA Account 1</n1:ElementName> 
 <n1:EnabledDefault>2</n1:EnabledDefault> 
 <n1:EnabledState>3</n1:EnabledState> 
 <n1:HealthState xsi:nil="true"/> 
 <n1:Host xsi:nil="true"/> 
 <n1:InactivityTimeout xsi:nil="true"/> 
 <n1:InstallDate xsi:nil="true"/> 
 <n1:LastLogin xsi:nil="true"/> 
 <n1:LocalityName xsi:nil="true"/> 
 <n1:MaximumSuccessiveLoginFailures xsi:nil="true"/> 
 <n1:Name>DCIM User 1</n1:Name> 
 <n1:OU xsi:nil="true"/> 










