White Papers
Version 1.5.0 43
Table 64 – DCIM_LCService.GetRSStatus() Method: Return Code Values 565
Value Description
0 Request was successfully executed.
2 Error occurred
Table 65 – DCIM_LCService.GetRSStatus() Method: Parameters 566
Qualifiers Name Type Description/Values
OUT Status string The status for the Data Manager:
Ready
Not Ready
Reloading
OUT MessageID string
Error Message ID may be used to look-up in
the Dell Message registry files. For more
information, see Error Message Registry.
OUT Message string
Error Message in English corresponding to
MessageID is returned if the method fails to
execute
OUT MessageArguments[] string
Substitution variables for dynamic error
messages
Table 66 – DCIM_LCService.GetRSStatus() Method: Standard Messages 567
MessageID (OUT parameter) Message MessageArguments[]
RSI0001 The remote service is available
RSI0002
The remote service is currently not
available
RSI0003
The remote service is reloading
data
RSI0004 The remote service is unavailable
8.20 DCIM_LCService.GetRemoteServicesAPIStatus () 568
The GetRemoteServicesAPIStatus() method is used to obtain the overall remote services API status that 569
includes both the host system status as well as the remote services (Data Manager) status. The overall 570
rolled up status shall be reflected in the Status output parameter. 571
NOTE: The LCStatus output parameter value includes the status reported by the DMStatus output 572
parameter in the GetRSStatus() method and the Lifecycle Controller status. Thus, GetRSStatus() method 573
invocation is redundant. 574