POST eftl/name/channels/name/clients/ID

The web method POST eftl/clus_name/channels/chan_name/clients/ID sends a command concerning a specific eFTL client.

  • clus_name in the URI is the cluster name.
  • chan_name in the URI is the channel name.
  • ID in the URI is the client ID of the eFTL client.

Commands

Command Description
{"cmd":"disconnect"} Disconnect the client from the eFTL server.

HTTP Parameters

Syntax Description
client_id=eFTL_client_ID Optional.

When present, limit the query to a specific client ID.

user=user_name Optional.

When present, limit the query to clients with a specific user name.

Example Requests

curl POST http://host:port/api/v1/realm/eftl/clus_name/channels/chan_name/clients/ID json_cmd
curl POST http://host:port/api/v1/realm/eftl/clus_name/channels/chan_name/clients/ID -d '{"cmd":"disconnect"}'