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