POST persistence/clus_name/servers/svr_name

The web method POST persistence/clus_name/servers/svr_name sends a command to a specific persistence server.

  • clus_name in the URI is the cluster name.
  • svr_name in the URI is the server name.

Input Data

Supply the command in JSON format. For example, {"cmd":"dump"}

Commands

Command Description
{"cmd":"dump"} See Saving the State of a Persistence Server.
{"cmd":"setloglevel","args":[{"level":"element:level"}]} See "Tuning the Log Level" in TIBCO FTL Development.

Example Requests

curl -X POST http://host:port/api/v1/persistence/clus_name/servers/svr_name -d json_cmd