You can use the IBM® App Connect Enterprise administration REST API to
reset user trace properties for an integration server dynamically, without having to restart the
integration server.
Before you begin
Read the following topics:
Procedure
You can use the following REST API method to reset the user trace on an integration
server and remove any previously captured trace logs.
-
For an independent integration server:
POST http://hostname:port/apiv2/reset-user-trace
For example, run the following curl
command:
curl -X POST http://hostname:port/apiv2/reset-user-trace
-
For an integration server that is managed by an integration node:
POST http://hostname:port/apiv2/servers/integrationServerName/reset-user-trace
For example, use the following curl command to reset user trace for integration server
ACESERV1:
curl -X POST http://hostname:port/apiv2/servers/ACESERV1/reset-user-trace