POST groupserver
The web method
POST groupserver sends a command that affects the group service.
Input Data
Supply the command in JSON format, for example:
{"cmd":"start"}
Commands
| Command
|
Description
|
| {"cmd":"start"}
|
Start the group service.
|
| {"cmd":"stop"}
|
Stop the group service.
|
| {"cmd":"restart"}
|
Stop and restart the group service.
Use this command after modifying the group service transport configuration.
|
Example Requests
curl -X POST http://host:port/api/v1/groupserver -d json_cmd
Copyright © Cloud Software Group, Inc. All rights reserved.