The web method
POST cluster can send a shutdown command to all FTL servers in the cluster.
Input Data
Supply the command in JSON format.
Commands
The only command available is
shutdown.
| Syntax
|
Description
|
| {"cmd":"shutdown"}
|
Shut down the FTL server cluster.
|
Example Requests
curl -X POST http://host:port/api/v1/cluster/ -d '{"cmd":"shutdown"}'
You can also shut down all FTL servers with the
POST ftlservers method.
Copyright © Cloud Software Group, Inc. All rights reserved.