PUT api/v1/realm/eftl/<clus_name>/channels/<chan_name>

Updates a channel definition within an eFTL cluster definition.

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

Input Data

Supply a JSON representation of the new definition in the message body.

Example Requests

curl PUT http://localhost:8585/api/v1/realm/eftl/cluster5/channels/chan203 '{"name":"chan203","max_connections":100}'