From 7a7ddf3cec35b1b3c220769a16959a0efa290cc7 Mon Sep 17 00:00:00 2001 From: Yusuke Komatsu Date: Sun, 13 Sep 2015 16:50:41 +0900 Subject: [PATCH 1/2] [WIP] on #264 From 277b85189459ef5628e722f12e98705b1aa265b8 Mon Sep 17 00:00:00 2001 From: Yusuke Komatsu Date: Sun, 13 Sep 2015 17:09:40 +0900 Subject: [PATCH 2/2] Resolved #264 --- .../REST/rest-cluster-autofailover-intro.dita | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/ja/learn/admin/REST/rest-cluster-autofailover-intro.dita b/ja/learn/admin/REST/rest-cluster-autofailover-intro.dita index 10d0024..5b48d74 100644 --- a/ja/learn/admin/REST/rest-cluster-autofailover-intro.dita +++ b/ja/learn/admin/REST/rest-cluster-autofailover-intro.dita @@ -1,43 +1,44 @@ - - Managing auto-failover - Auto-failover is managed with with the GET /settings/autoFailover HTTP method and URI. + + オートフェイルオーバの管理 + オートフェイルオーバはGET /settings/autoFailoverHTTPメソッドとURIを使用して管理します。 -
Description -

This section provides information about retrieving, enabling, disabling and resetting - auto-failover.

+
説明 +

このセクションはオートフェイルオーバの情報取得、有効化、無効化および再設定について記載されています。

- Auto-failover endpoints + オートフェイルオーバのエンドポイント - HTTP method - URI path - Description + HTTP メソッド + URI パス + 説明 GET /settings/autoFailover - Retrieves automatic failover settings. Parameters include: + オートフェイルオーバの設定を取得します。パラメータは次のものを含みます:
    -
  • Enabled=[true |falue] : True to enable failover; false to disable failover.
  • -
  • timeout=[value] : Integer between 30 and 3600. Specifies the amount of time (in seconds) that a node is down before failover in initiated.
  • -
  • count=[0 | 1] : Number of times any node in a cluster can be automatically failed-over.
  • +
  • Enabled=[true |falue] : Trueはフェイルオーバの有効化; falseはフェイルオーバの無効化.
  • +
  • timeout=[value] : 30〜3600の間の整数。ノードが落ちてからフェイルオーバを開始するまでの時間(秒単位)を指定。
  • +
  • count=[0 | 1] : クラスタがノードを自動的にフェイルオーバできる回数。
POST /settings/autoFailover - Enables and disables automatic failover. To enable or disable failover, use the enabled=[true | false] parameter. - To specify the number of seconds that a node must be down before initiating failover, use the timeout parameter. + + オートフェイルオーバの有効化と無効化を行います。フェイルオーバの有効化・無効化を行うには、enabled=[true | false]パラメータを使用します。 + フェイルオーバを開始するまでのノードが落ちている秒数を指定するには、timeoutパラメータを使用します。 + POST