PUT realm/persistence/clus_name/servers/svr_name
The web method
PUT realm/persistence/clus_name/servers/svr_name updates a persistence server definition within a persistence cluster definition.
Input Data
- clus_name in the URI is the cluster name.
-
svr_name in the URI is the server name.
Supply a JSON representation of the new server definition in the message body.
Example Requests
curl -X PUT http://host:port/api/v1/realm/persistence/clus_name/servers/svr_name -d json_defn
Copyright © Cloud Software Group, Inc. All rights reserved.