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