GetStatusInfo

The GetStatusInfo action returns status information for the service (for example, the service’s product name, version number and so on).

The action returns the following status information for the service:

Statistics Description
[StatusInfo]
ServiceStartTime The time the service started running (in epoch seconds).
ServiceUtilsVersion The version of the service utilities.
ServiceName The name of the service.
ProductName The product name of the service.
ProductVersion The version of the product.
ProductBuild The build of the product.
ServicePID The process ID of the service.
ProductUID The user identifier of the service.
ServiceStatus The status of the service (running or stopped).
ProcessID The process ID of the service. (This is the same as ServicePID).
Directory The directory where the component is installed.
RestoreInProgress Specifies whether a DREINITIAL command is in progress.

NOTE: This is a service status action that can be sent only by users that belong to an authorization role that allows the ServiceStatus standard role, or which enables the action explicitly. See Authorization Roles Configuration Parameters.

Example

action=GetStatusInfo 

Parameters

None.