PUT realm/persistence/<clus_name>/servers/<svc_name>
This web method updates a persistence service definition within a persistence cluster definition.
- <clus_name> in the URI is the cluster name.
- <svc_name> in the URI is the service name.
Input Data
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>/servers/<svc_name> -d <json_defn>