DrConfigServiceStatus

This method returns 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:
  • Automatic
  • Manual
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 Boolean if the service is running.

Faults

  • InvalidArgument
  • RuntimeFault
  • SystemError

For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.