POST realm/persistence/<clus_name>/servers

This web method creates a new persistence service 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 service definition in the message body.

Example Requests

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