getBindingOperationStats
The getBindingOperationStats method provides statistics of service and reference binding operation execution by operation name, service, or reference binding name, application name, and binding type. It serves as the regular expression used to filter the operations statistics 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.) |
| Binding Name | String |
A substring that matches the name of the binding. The substring can also be a regular expression. Default: Empty string (An empty string matches all names.) |
| 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.) |
| Binding 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. |
| Binding | String | Service or reference binding name. |
| Binding Type | String | Binding type (component service or reference name). |
| Contract | String | Name of the contract. |
| Operation | String | Service operation name. |
| Binding URI | String | Service or reference binding URI. |
| Endpoint Direction | String | Endpoint direction (inbound or outbound). |