Skip to content

Commit 2a354b2

Browse files
committed
download_shard over HTTP in v1.7.0
Documents XRPLF/rippled#3578 Also updates the Japanese version of the page for some changes in v1.6.0
1 parent 81f9c7c commit 2a354b2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/download_shard.ja.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,15 @@ _`download_shard`メソッドは、権限のないユーザーは実行できな
5353
| `Field` || 説明 |
5454
|:-----------|:--------|:------------------------------------------------------|
5555
| `shards` | 配列 | ダウンロードするシャードとダウンロード元を記述したShard Descriptorオブジェクト(以下の説明を参照)のリスト。 |
56-
| `validate` | ブール値 | _(省略可)_ `false`の場合はダウンロードしたデータの検証をスキップします。デフォルトは`true`です。この場合、アーカイブのシャードにシャードのデータオブジェクトがすべて含まれており、シャードが現行の検証済みレジャーのレジャー履歴の一部であるか否かが確認されます。 |
56+
57+
`validate`のフィールドは廃止予定であり、今後予告なしに削除される可能性があります。`rippled`は全てのシャードの検証を実行します。[更新: rippled 1.6.0][]
5758

5859
`shards`配列の各**Shard Descriptorオブジェクト**には以下のフィールドが含まれています。
5960

6061
| `Field` || 説明 |
6162
|:--------|:-------|:----------------------------------------------------------|
6263
| `index` | 数値 | 取得するシャードのインデックス。本番環境のXRP Ledgerでは、最も古いシャードのインデックスは1であり、このシャードにはレジャー32750~32768が含まれています。次のシャードのインデックスは2であり、このシャードにはレジャー32769~49152が含まれています。 |
63-
| `url` | 文字列 | このシャードをダウンロードできるURL。このURLは`https://`で始まり`.tar.lz4`(大文字小文字の区別なし)で終わる必要があります。このダウンロードを提供するWebサーバーは、信頼できる認証局(CA)によって署名された有効なTLS証明書を使用する必要があります。(`rippled`はオペレーティングシステムのCAストアーを使用します。) |
64+
| `url` | 文字列 | このシャードをダウンロードできるURL。このURLは`https://``http://`かで始まり`.tar.lz4`(大文字小文字の区別なし)で終わる必要があります。このダウンロードを提供するWebサーバーは、信頼できる認証局(CA)によって署名された有効なTLS証明書を使用する必要があります。(`rippled`はオペレーティングシステムのCAストアーを使用します。) [更新: rippled 1.7.0][] |
6465

6566
### 応答フォーマット
6667

content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/download_shard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Each **Shard Descriptor object** in the `shards` array has the following fields:
6868
| `Field` | Type | Description |
6969
|:--------|:-------|:----------------------------------------------------------|
7070
| `index` | Number | The index of the shard to retrieve. In the production XRP Ledger, the oldest shard has index 1 and contains ledgers 32750-32768. The next shard has index 2 and contains ledgers 32769-49152, and so on. |
71-
| `url` | String | The URL where this shard can be downloaded. The URL must start with `https://` and must end with `.tar.lz4` (not case-sensitive). The web server providing this download must use a valid TLS certificate signed by a trusted Certificate Authority (CA). (`rippled` uses the operating system's CA store.) |
71+
| `url` | String | The URL where this shard can be downloaded. The URL must start with `http://` or `https://` and must end with `.tar.lz4` (not case-sensitive). The web server providing this download must use a valid TLS certificate signed by a trusted Certificate Authority (CA). (`rippled` uses the operating system's CA store.) [Updated in: rippled 1.7.0][] |
7272

7373
### Response Format
7474

0 commit comments

Comments
 (0)