White Papers

Version 1.6.0 53
Table 82 DCIM_LCService.GetRSStatus() Method: Return Code Values
632
Value
Description
0
Request was successfully executed.
2
Error occurred
Table 83 DCIM_LCService.GetRSStatus() Method: Parameters
633
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 84 DCIM_LCService.GetRSStatus() Method: Standard Messages
634
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.24 DCIM_LCService.GetRemoteServicesAPIStatus ()
635
The GetRemoteServicesAPIStatus() method is used to obtain the overall remote services API status that
636
includes both the host system status as well as the remote services (Data Manager) status. The overall
637
rolled up status shall be reflected in the Status output parameter.
638
NOTE: The LCStatus output parameter value includes the status reported by the DMStatus output
639
parameter in the GetRSStatus() method and the Lifecycle Controller status. Thus, GetRSStatus() method
640
invocation is redundant.
641