POST persistence/clusters/clus_name

The web method POST persistence/clusters/clus_name sends a command to a specific persistence cluster.

clus_name in the URI is the cluster name.

Note: You cannot suspend the internal cluster ftl.default.cluster.

Input Data

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

Commands

Command Description
{"cmd":"suspend"} See Suspending a Persistence Cluster.

Example Requests

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