Previous Topic: REST Baseline SuitesNext Topic: TIBCO BusinessWorks Baselines


HTTP Client Calls

When an application makes an HTTP client call using the Apache HttpClient API for POST, GET, PUT, and DELETE, CAI assigns the REST category to the transaction frame.

To force the POST and GET calls to be categorized as HTTP instead, add the lisa.agent.rest.enabled property to the agent element of the rules.xml file. Set the value to false.

<property key="lisa.agent.rest.enabled" value="false"/>

If the registry is running when you update the rules.xml file, restart the registry.

Forcing the PUT and DELETE calls to be categorized as HTTP is not supported.