DrConfigServiceStatus
This method returns ServiceStatusInfo object which contains the status information of the service.
Synopsis
ServiceStatusInfo getServiceStatus(String service)
ServiceStatusInfo is
the information for service. It has the following fields:
Parameter | Description |
---|---|
StartUpType | List of startup types. Enumerates the
following:
|
serviceId | The service id. This should correspond to the ServiceManager::Service enum. |
name | Name of the service. |
description | Description of the service. |
startupType | Startup type. Value must be one of the enums. |
isRunning |
Faults
- InvalidArgument
- SystemError
- RuntimeFault
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.