POST realm/persistence/<clus_name>/sets

The web method POST realm/persistence/<clus_name>/sets adds a new service set 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 set definition in the message body. At minimum, supply the set name:

{"name":"<my_set_name>"}

Example Requests

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