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.

Example Requests

curl -X POST http://host:port/api/v1/groupserver -d json_cmd