POST eftl/clus_name/servers/ID

The web method POST eftl/clus_name/servers/ID changes the log level of a specific eFTL server in a specific eFTL cluster.

  • clus_name in the URI is the cluster name.
  • ID in the URI is the client ID of the eFTL server.

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 POST http://host:port/api/v1/realm/eftl/clus_name/servers/ID json_cmd