POST eftl/name

The web method POST eftl/clus_name sends a command concerning a specific eFTL cluster.

  • clus_name in the URI is the cluster name.

Commands

Command Description
{"cmd":"shutdown"} Shutdown the servers of the eFTL cluster.

Example Requests

curl POST http://host:port/api/v1/realm/eftl/clus_name json_cmd
curl POST http://host:port/api/v1/realm/eftl/clus_name -d '{"cmd":"shutdown"}'