createCluster

Create a cluster on this server node.

Location

/services/webservices/system/admin/resource/operations

Request Elements

clusterName: The display name of the cluster to create.

Request Example

<server:createCluster xmlns:server="http://www.compositesw.com/services/system/admin/server">
  <server:clusterName>HQ-cluster-113</server:clusterName>
</server:createCluster>

Response Elements

N/A

Faults

IllegalState: If the server is already part of a cluster.

Security: If the user does not have both ACCESS_TOOLS and MODIFY_ALL_CONFIG rights.