POST api/v1/realm/eftl/<clus_name>/channels

Creates a new channel definition.

clus_name in the URI is the name of the eFTL cluster.

Input Data

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

Example Requests

curl POST http://localhost:8585/api/v1/realm/eftl/cluster5/channels  '{"name":"chan203"}'