DrConfigAllServicesStatus
This method returns ServiceStatusInfo object for all the services.
Synopsis
ServiceStatusInfo[] getAllServicesStatus()
ServiceStatusInfo is
the information about the service. It has the following fields:
Field | Description |
---|---|
StartUpType | List of startup types. It enumerates the
following:
|
serviceId | 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
- SystemError
- RuntimeFault
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.