POST realm/persistence/<clus_name>/stores
This web method creates a new persistence store within a persistence cluster definition.
<clus_name> in the URI is the name of the persistence cluster.
Input Data
Supply a JSON representation of the server definition in the message body.
Example Requests
curl -X POST http://<host>:<port>/api/v1/realm/persistence/<clus_name>/stores -d <json_defn>