getComponentOperationStats
The getComponentOperationStats method provides statistics of component service and reference operation execution by operation name, component service or reference name, application name, and type. It serves as the regular expression used to filter the operations statistics returned.
Type
Synchronous, IMPACT_INFO.
Arguments
| Name | Type | Description |
|---|---|---|
| Operation Name | String |
A substring that matches the operation name. The substring can also be a regular expression. Default: Empty string (An empty string matches all names.) |
| Contract Name | String |
A substring that matches the component service or reference 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.) |
| 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.) |
| Contract Type | String |
Select type. Possible values:
|
Return
Type: COM.TIBCO.hawk.talon.TabularData
| Name | Type | Description |
|---|---|---|
| AMXCE Host | String | Name of the AMXCE host. |
| 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. |
| Contract | String | Name of the contract. |
| Contract Type | String | Contract type (service or reference). |
| Operation | String | Operation name. |
| URI | String | Component URI. |