POST realm/persistence/<clus_name>/stores/<stor_name>/templates

This web method defines one new dynamic durable template 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 dynamic durable template definition in the message body.

Example Requests

curl -X POST http://<host>:<port>/api/v1/realm/persistence/<clus_name>/stores/<stor_name>/templates -d <json_defn>