diff --git a/ja/learn/admin/REST/rest-buckets-streamingURI.dita b/ja/learn/admin/REST/rest-buckets-streamingURI.dita index 2a08ee9..e648468 100644 --- a/ja/learn/admin/REST/rest-buckets-streamingURI.dita +++ b/ja/learn/admin/REST/rest-buckets-streamingURI.dita @@ -1,31 +1,32 @@ - - Getting bucket streaming URI - To retrieve the streaming URI, use GET /pools/default/buckets/default - HTTP method and URI. + + bucketストリーミングURIの取得 + ストリーミングURIを取得するには、GET /pools/default/buckets/default HTTPメソッドとURIを使用します。 -
HTTP method and URI +
HTTPメソッドとURI GET /pools/default/buckets/default -

The individual bucket request is exactly the same as what would be obtained from the item - in the array for the entire buckets list. The streamingUri is exactly the same except it - streams HTTP chunks using chunked encoding. A response of “\n\n\n\n” delimits chunks which - may be converted to a “zero chunk” in a future release. The behavior of the streamingUri - should be considered evolving.

+

+ 個々のbucketリクエストは全体のbucketリストの配列内のアイテムから取得されるものと一致します。。 + streamingUriはチャンクされたエンコードを使用したHTTPチャンクをストリーム配信する以外は一致します。 + “\n\n\n\n”のレスポンスは将来のリリースで“zero chunk”に変換できるかもしれないチャンクを区切ります。 + streamingUriの挙動は今後の展開を考慮すべきです。 +

-
Syntax -

Curl request syntax:

+
+ シンタックス +

Curlリクエストシンタックス:

curl -u [admin]:[password] -X GET http://[localhost]:8091/pools/default/buckets/default -

Raw HTTP request syntax:

+

Raw HTTPリクエストシンタックス:

GET /pools/default/buckets/default @@ -36,15 +37,15 @@ X-memcachekv-Store-Client-Specification-Version: 0.1
-
Example -

Curl request example

+
+

Curlリクエスト例

curl -u Administrator:password -X GET http://10.5.2.117:8091/pools/default/buckets/default -

Raw HTTP request example:

+

Raw HTTPリクエスト例:

GET /pools/default/buckets/default Host: 10.5.2.117:8091 @@ -54,7 +55,7 @@ X-memcachekv-Store-Client-Specification-Version: 0.1
-
Response +
レスポンス % Total % Received % Xferd Average Speed Time Time Time Current