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.
  • UNKNOWN
  • NOT_RUNNING
  • INITIALIZING
  • INITIALIZING_FAILED
  • INITIALIZED
  • STARTING - Starting of the host. The starting state should move to the running state BEFORE the nodes are started. In other words, Host state is independent of Node State. Nodes cannot start unless the Host starts successfully.
  • STARTING_FAILED - The process of starting failed, the reason on the status is set.
  • STOPPING
  • STOPPED
  • RUNNING - The host is running successfully.
  • UNBOUND - The host is not bound to the enterprise.
  • LOOSING_CONTACT
  • LOST_CONTACT - Lost contact with a host. Reasons being the host was killed unexpectedly, heartbeats are lost in a flood of traffic, or the network is no logger operational.
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.