PUT realm/persistence/clus_name/sets/set_name/servers/svc_name

The web method PUT realm/persistence/clus_name/sets/set_name/servers/svc_name updates a persistence service definition within a specific service set of persistence cluster definition.

Input Data

  • clus_name in the URI is the cluster name.
  • set_name in the URI is the name of the service set.
  • svc_name in the URI is the service name.

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

Example Requests

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