アプリケーションプログラミングインターフェイスガイド> Webサービスオペレーション> オペレーションリファレンス> createCluster
 
createCluster
このサーバーノードにクラスターを作成します。
ロケーション
/services/webservices/system/admin/resource/operations
リクエストエレメント
clusterName:作成するクラスターの表示名。
リクエスト例
<server:createCluster xmlns:server="http://www.compositesw.com/services/system/admin/server">
<server:clusterName>HQ-cluster-113</server:clusterName>
</server:createCluster>
応答エレメント
該当なし
エラー解析
IllegalState:サーバーがすでにクラスターの一部である場合。
セキュリティ:ユーザーがACCESS_TOOLSとMODIFY_ALL_CONFIGの両方の権限を持っていない場合。