rest-transaction-naming Variables

The rest-transaction-naming node agent property enables you to control naming for JAX-RS-based business transactions. You can use variables to have the transactions named with runtime values, for example, based on the method name, class name, parameter values, and more. For a full list of variables, see App Agent Node Properties Reference.

You can add a getter chain after any of the parameters to operate on the parameter values. To do so, add : followed by the getter chain. Standard getter chain escape requirements and rules apply.