PUT realm/persistence/clus_name/sets/set_name

The web method PUT realm/persistence/clus_name/sets/set_name updates a persistence set definition within a persistence cluster definition.

Input Data

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

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