getComponentInfo
The getComponentInfo method returns component information by the component and application name. It serves as a regular expression used to filter the components returned.
Type
Synchronous, IMPACT_INFO.
Arguments
| Name | Type | Description |
|---|---|---|
| Application Name | String |
A substring that matches the application name. The substring can also be a regular expression. Default: Empty string (An empty string matches all names.) |
| Component Name | String |
A substring that matches the component name. The substring can also be a regular expression. Default: Empty string (An empty string matches all names.) |
| Runtime State | String |
Select a runtime state. Possible values:
|
Returns
Type: COM.TIBCO.hawk.talon.TabularData
| Name | Type | Description |
|---|---|---|
| AMXCE Host | String | Name of the AMXCE host associated with the node. |
| AMXCE Node | String | Name of the node. |
| Environment | String | Name of the environment. |
| Application | String | Name of the application. |
| Component | String | Name of the component. |
| Runtime State | String |
Runtime state of the component. Possible values:
|
| Version | String | Version of the component. |
| Component URI | String | URI of the component. |
| Time Stamp | String | Timestamp of the changed runtime state of the component. |