POST api/v1/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"} Shut down all the services in the eFTL cluster.

Example Requests

curl POST http://localhost:8585/api/v1/realm/eftl/cluster5 -d '{"cmd":"shutdown"}'