Web Services Interface Guide
294 Dell Lifecycle Controller Web Services Interface Guide for Windows
20 Remote Service Status
To get the remote service status, invoke the GetRemoteServicesAPIStatus() method in the class
DCIM_LCService. This method is used to obtain the overall remote services API status that includes both
the host system status as well as the Lifecycle Controller (Data Manager included) status. The overall rolled
up status shall be reflected in the Status output parameter.
Note: The LCStatus output parameter value includes the status reported by the DMStatus output
parameter in the GetRSStatus() method. Thus, GetRSStatus() method invocation is redundant..
Profile and Associated MOFs:
http://www.delltechcenter.com/page/DCIM.Library.Profile
20.1 Getting Remote Service Status
EXAMPLE:
winrm i GetRemoteServicesAPIStatus http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService
?SystemCreationClassName=DCIM_ComputerSystem +CreationClassName=DCIM_LCService
+SystemName=DCIM:ComputerSystem +Name=DCIM:LCService
-u:[USER] -p:[PASSWORD]
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
OUTPUT:
GetRemoteServicesAPIStatus_OUTPUT
LCStatus = 0
Message = Lifecycle Controller Remote Services is ready.
MessageID = LC061
ReturnValue = 0
ServerStatus = 2
Status = 0
Details on each output parameter is described below:
Output
Parameter Name
Possible Values
Description