PUT realm/persistence/clus_name/sets/set_name/servers/svr_name
The web method
PUT realm/persistence/clus_name/sets/set_name/servers/svr_name updates a persistence server definition within a specific server 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 server set.
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/sets/set_name/servers/svr_name -d json_defn