getHostInfo
The getHostInfo method returns the details of ActiveMatrix Service Grid host instance running in the local machine.
Type
Synchronous,
IMPACT_INFO.
Arguments
None.
Returns
Name | Type | Description |
---|---|---|
Process ID | String | The Process ID of the ActiveMatrix Service Grid host Instance (OS Process ID).
Note: ProcessID return "-1", if Host is not running. |
Name | String | The name of the ActiveMatrix Service Grid host (SystemHost). |
Type | String | Type of the ActiveMatrix Service Grid host (TIBCO Host). |
Runtime State | String | The state of ActiveMatrix Service Grid host.
|
Version | String | Version of the ActiveMatrix Service Grid host. |
Time Stamp | String | The time stamp (date and time) of the state changed (For example, from the NOT_RUNNING state to the RUNNING State, the time stamp of the host started and running successfully). Time Stamp returns long value, which is available in Hawk in a readable format of date and time. |
Binding Status | String | The binding status of ActiveMatrix Service Grid host (for example, bound). |
Host Platform Version | String | Platform version of the host. |
Internet Host Name | String | Name of the internet host. |
OS Name | String | The operating system name of the machine running the host. |
OS Version | String | The operating system version of the machine running the host. |
System Arch | String | System architecture of the machine running the host. |
Stop Reason | String | The reason of the state host is in. It may be null during the normal operation. |