POST realm/persistence/clus_name/sets/set_name/servers

The web method POST realm/persistence/clus_name/sets/set_name/servers creates a new persistence server within a specific server set of a persistence cluster definition.

  • clus_name in the URI is the name of the persistence cluster.
  • set_name in the URI is the name of the server set.

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/sets/set_name/servers -d json_defn