POST api/v1/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

[/reference/refbody/section/table/tgroup/thead/row/entry {"col1"}) Command (entry][/reference/refbody/section/table/tgroup/thead/row/entry {"col2"}) Description (entry][/reference/refbody/section/table/tgroup/tbody/row/entry {"col1"}) {"cmd":"disconnect"} (entry][/reference/refbody/section/table/tgroup/tbody/row/entry {"col2"}) Disconnect the client from the eFTL service. (entry]

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://localhost:8585/api/v1/realm/eftl/cluster5/channels/chan203/clients/eftl04 -d '{"cmd":"disconnect"}'