POST persistence/clusters/<clus_name>/servers/<svc_name>
This web method sends a command to a specific persistence service.
- <clus_name> in the URI is the cluster name.
- <svc_name> in the URI is the service 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 Service. In the persistence service status output,
"disk_state":2 indicates the successful completion of a dump-to-disk operation.
|
{"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/clusters/<clus_name>/servers/<svc_name> -d <json_cmd>