diff --git a/ja/learn/admin/REST/rest-buckets-summary.dita b/ja/learn/admin/REST/rest-buckets-summary.dita
index 8195a7f..d717ba5 100644
--- a/ja/learn/admin/REST/rest-buckets-summary.dita
+++ b/ja/learn/admin/REST/rest-buckets-summary.dita
@@ -1,36 +1,38 @@
- To create an SDK for Couchbase, use either the proxy path or the direct path to
- connect to Couchbase Server. If the SDK uses the direct path, the SDK is not
- insulated from most reconfiguration changes to the bucket. This means that the SDK
- needs to either poll the bucket’s URI or connect to the streaming URI to receive
- updates when the bucket configuration changes. Bucket configuration changes occur
- under the follow circumstances:
-
+ CouchbaseのSDKを作成するには、Couchbase Serverに接続するためにプロキシパスかダイレクトパスのいずれかを使用します。 + SDKでダイレクトパスを使用した場合、SDKはbucketの再構成の変化に最も密になります。 + これはbucketの構成を変更した時にSDKがbucketのURIをポーリングするか更新を受信するためにストリーミングURIに接続することが必要であることを意味します。 + bucket構成の変更は以下の状況で発生します: +
Curl request syntax to retrieve information for all buckets in a cluster:
+クラスタから全bucketの情報を取得するCurlリクエストシンタックス:
Raw HTTP request syntax:
+Raw HTTPリクエストシンタックス:
Curl request example:
+Curlリクエスト例:
Raw HTTP request example:
+Raw HTTPリクエスト例: