PUT realm/persistence/<clus_name>/sets/<set_name>

This web method updates a persistence set definition within a persistence cluster definition.

  • <clus_name> in the URI is the cluster name.
  • <set_name> in the URI is the set name.

Input Data

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

Example Requests

curl -X PUT http://<host>:<port>/api/v1/realm/persistence/<clus_name>/sets/<set_name> -d <json_defn>