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

Updates an eFTL cluster definition.

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

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 '{"name":"cluster5","jaas_required":true}'