ノードのRESTエンドポイント

ブロックチェーン・ネットワーク管理操作/ノード
ノードの操作用のREST API
ノードのエクスポート(21.1.2で非推奨)
メソッド: get
パス: /console/admin/api/v1.1/nodes/export
CAノードの構成の取得
メソッド: get
パス: /console/admin/api/v1.1/nodes/fabricCAs/{caId}/
ノード・リストの取得
メソッド: get
パス: /console/admin/api/v1.1/nodes
オーダラ情報の取得
メソッド: get
パス: /console/admin/api/v1.1/nodes/orderers/{ordererId}/exportOSN
オーダラ・ノードの構成の取得
メソッド: get
パス: /console/admin/api/v1.1/nodes/orderers/{ordererId}
ピアの属性の取得
メソッド: get
パス: /console/admin/api/v1.1/nodes/peers/{peerId}
ピア・リストの取得
メソッド: get
パス: /console/admin/api/v1.1/nodes/peers
RESTプロキシ・ノードの構成の取得
メソッド: get
パス: /console/admin/api/v1.1/nodes/restproxies/{restProxyId}
オーダラへの構成ブロックのインポート
メソッド: post
パス: /console/admin/api/v1.1/nodes/orderers/{ordererId}/importNCB
ノードのインポート(21.1.2で非推奨)
メソッド: post
パス: /console/admin/api/v1.1/nodes/import
チャネルへのピアの参加
メソッド: post
パス: /console/admin/api/v1.1/nodes/peers/{peerId}/joinChannel
CAノードの起動
メソッド: post
パス: /console/admin/api/v1.1/nodes/fabricCAs/{caId}/start
ピア・ノードの起動
メソッド: post
パス: /console/admin/api/v1.1/nodes/peers/{peerId}/start
RESTプロキシ・ノードの起動
メソッド: post
パス: /console/admin/api/v1.1/nodes/restproxies/{restProxyId}/start
オーダラ・ノードの起動
メソッド: post
パス: /console/admin/api/v1.1/nodes/orderers/{ordererId}/start
CAノードの停止
メソッド: post
パス: /console/admin/api/v1.1/nodes/fabricCAs/{caId}/stop
ピアの停止
メソッド: post
パス: /console/admin/api/v1.1/nodes/peers/{peerId}/stop
RESTプロキシ・ノードの停止
メソッド: post
パス: /console/admin/api/v1.1/nodes/restproxies/{restProxyId}/stop
オーダラ・ノードの停止
メソッド: post
パス: /console/admin/api/v1.1/nodes/orderers/{ordererId}/stop
CAノードの構成の更新
メソッド: patch
パス: /console/admin/api/v1.1/nodes/fabricCAs/{caId}/
オーダラ・ノードの構成の更新
メソッド: patch
パス: /console/admin/api/v1.1/nodes/orderers/{ordererId}
ピア・ノードの構成の更新
メソッド: patch
パス: /console/admin/api/v1.1/nodes/peers/{peerId}
RESTプロキシ・ノードの構成の更新
メソッド: patch
パス: /console/admin/api/v1.1/nodes/restproxies/{restProxyId}
ブロックの検証
メソッド: get
パス: /console/admin/api/v1.1/nodes/peers/{peerId}/blockaudit/{channelName}