YUKI Hiroshi
null+****@clear*****
Wed Jun 25 17:58:01 JST 2014
YUKI Hiroshi 2014-06-25 17:58:01 +0900 (Wed, 25 Jun 2014) New Revision: a35a5a9588df5f230f15c327188d6b9aecccb5c9 https://github.com/droonga/droonga.org/commit/a35a5a9588df5f230f15c327188d6b9aecccb5c9 Message: Update translated version Added files: ja/reference/1.0.4/commands/system/index.md Modified files: _po/ja/reference/1.0.4/commands/system/status/index.po ja/reference/1.0.4/commands/index.md Renamed files: ja/reference/1.0.4/commands/system/status/index.md (from ja/reference/1.0.4/commands/status/index.md) Modified: _po/ja/reference/1.0.4/commands/system/status/index.po (+1 -1) =================================================================== --- _po/ja/reference/1.0.4/commands/system/status/index.po 2014-06-25 17:54:45 +0900 (30969e0) +++ _po/ja/reference/1.0.4/commands/system/status/index.po 2014-06-25 17:58:01 +0900 (e01cc57) @@ -28,7 +28,7 @@ msgid "## Abstract {#abstract}" msgstr "## 概要 {#abstract}" msgid "The `system.status` command reports current status of the clsuter itself." -msgstr "" +msgstr "`system.status` コマンドは、クラスタの現在の状態を返します。" msgid "## API types {#api-types}" msgstr "## APIの形式 {#api-types}" Modified: ja/reference/1.0.4/commands/index.md (+2 -1) =================================================================== --- ja/reference/1.0.4/commands/index.md 2014-06-25 17:54:45 +0900 (5e4745e) +++ ja/reference/1.0.4/commands/index.md 2014-06-25 17:58:01 +0900 (86091b9) @@ -18,7 +18,8 @@ layout: ja * [search](search/): データの検索 * [add](add/): レコードの追加 - * [system](system/): クラスタのシステム情報の取得 + * system: クラスタのシステム情報の取得 + * [system.status](system/status/): クラスタのステータス情報の取得 ## Groonga互換コマンド Added: ja/reference/1.0.4/commands/system/index.md (+18 -0) 100644 =================================================================== --- /dev/null +++ ja/reference/1.0.4/commands/system/index.md 2014-06-25 17:58:01 +0900 (c85b702) @@ -0,0 +1,18 @@ +--- +title: system +layout: ja +--- + +{% comment %} +############################################## + THIS FILE IS AUTOMATICALLY GENERATED FROM + "_po/ja/reference/1.0.4/commands/system/index.po" + DO NOT EDIT THIS FILE MANUALLY! +############################################## +{% endcomment %} + + +`system` は、クラスタのシステム情報を取得するためのコマンド群のための名前空間です。 + + * [system.status](status/): クラスタのステータス情報を取得します。 + Renamed: ja/reference/1.0.4/commands/system/status/index.md (+9 -9) 85% =================================================================== --- ja/reference/1.0.4/commands/status/index.md 2014-06-25 17:54:45 +0900 (b91eea2) +++ ja/reference/1.0.4/commands/system/status/index.md 2014-06-25 17:58:01 +0900 (0f5a21e) @@ -1,12 +1,12 @@ --- -title: status +title: system.status layout: ja --- {% comment %} ############################################## THIS FILE IS AUTOMATICALLY GENERATED FROM - "_po/ja/reference/1.0.4/commands/status/index.po" + "_po/ja/reference/1.0.4/commands/system/status/index.po" DO NOT EDIT THIS FILE MANUALLY! ############################################## {% endcomment %} @@ -17,14 +17,14 @@ layout: ja ## 概要 {#abstract} -`status` コマンドは、クラスタの現在の状態を返します。 +`system.status` コマンドは、クラスタの現在の状態を返します。 ## APIの形式 {#api-types} ### HTTP {#api-types-http} リクエスト先 -: `(ドキュメントルート)/droonga/status` +: `(ドキュメントルート)/droonga/system/status` リクエストメソッド : `GET` @@ -48,13 +48,13 @@ layout: ja : Request-Response型。コマンドに対しては必ず対応するレスポンスが返されます。 リクエストの `type` -: `status` +: `system.status` リクエストの `body` : なし。 レスポンスの `type` -: `status.result` +: `system.status.result` ## パラメータの構文 {#syntax} @@ -62,16 +62,16 @@ layout: ja ## 使い方 {#usage} -バージョン {{ site.droonga_version }} では、このコマンドは単に各ノードの死活情報のみを出力します。 +このコマンドは各ノードの死活情報を出力します。 例: { - "type" : "status", + "type" : "system.status", "body" : {} } => { - "type" : "status.result", + "type" : "system.status.result", "body" : { "nodes": { "192.168.0.10:10031/droonga": { -------------- next part -------------- HTML����������������������������... Download