getComponentInfo
The getComponentInfomethod returns Component information by Component and Application name. It serves as a regular expression used to filter the components returned.
Arguments
Name | Type | Description |
---|---|---|
Application Name | String | A substring that matches the application name. An empty string (the default) matches all names. The substring provided can also be a regular expression. |
Component Name | String | A substring that matches the component name. An empty string (the default) matches all names. The substring provided can also be a regular expression. |
Runtime State | String | Select Runtime Possible values are: |
Returns
Type: COM.TIBCO.hawk.talon.TabularData
Element Name | Type | Description |
---|---|---|
AMX Host | String | The name of the ActiveMatrix host associated with the node. |
Node | String | The name of the node. |
Environment | String | The name of the environment. |
Application | String | The name of the application. |
Component | String | The name of the component. |
Runtime State | String | Runtime state of the component. |
Version | String | Version of the component. |
URI | String | URI of the component |
Time Stamp | String | Time stamp of the changed runtime state of the component. |
Note: Application Key generated from Application Name, if application deployed only in one environment without any space in words of Application, then Application Key is same of Application Name. But if application contains spaces then spaces replaced with “_” underscore. If same application deployed across the environment with same name then Application name postfix with incremental of one.
Copyright © Cloud Software Group, Inc. All rights reserved.