POST bridges/<br_name>
This web method changes the log level of the transport bridge with a specific bridge name.
The <br_name> in the URI is the name of the bridge.
Input Data
Supply the log level command in JSON format, for example:
{"cmd":"setloglevel",
"args":[{"level":"element:level"}] }
For details, see "Tuning the Log Level" in TIBCO FTL Development.
Example Requests
curl -X POST http://<host>:<port>/api/v1/bridges/<br_name> -d <json_cmd>