ノードのRESTエンドポイント
ブロックチェーン・ネットワーク管理操作/ノード
ノードの操作用のREST API
- RESTクライアント・ユーザーとカスタム登録の関連付け
- メソッド: postパス:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments/{enrollmentId}/users - RESTプロキシのカスタム登録の作成
- メソッド: postパス:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments - RESTプロキシのカスタム登録の削除
- メソッド: deleteパス:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments/{enrollmentId} - CAノードの構成の取得
- メソッド: getパス:
/console/admin/api/v2/nodes/fabricCAs/{caId}/ - カスタム登録に関連付けられたRESTクライアント・ユーザーのリストの取得
- メソッド: getパス:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments/{enrollmentId}/users - ノード・リストの取得
- メソッド: getパス:
/console/admin/api/v2/nodes - オーダラ情報の取得
- メソッド: getパス:
/console/admin/api/v2/nodes/orderers/{ordererId}/exportOSN - オーダラ・ノードの構成の取得
- メソッド: getパス:
/console/admin/api/v2/nodes/orderers/{ordererId} - ピアの属性の取得
- メソッド: getパス:
/console/admin/api/v2/nodes/peers/{peerId} - ピア・リストの取得
- メソッド: getパス:
/console/admin/api/v2/nodes/peers - RESTプロキシ・ノードの構成の取得
- メソッド: getパス:
/console/admin/api/v2/nodes/restproxies/{restProxyId} - オーダラへの構成ブロックのインポート
- メソッド: postパス:
/console/admin/api/v2/nodes/orderers/{ordererId}/importNCB - チャネルへのピアの参加
- メソッド: postパス:
/console/admin/api/v2/nodes/peers/{peerId}/joinChannel - RESTプロキシのカスタム登録のリスト
- メソッド: getパス:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments - RESTクライアント・ユーザーとカスタム登録の間の関連付けの削除
- メソッド: deleteパス:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments/{enrollmentId}/users/{userName} - CAノードの起動
- メソッド: postパス:
/console/admin/api/v2/nodes/fabricCAs/{caId}/start - RESTプロキシ・ノードの起動
- メソッド: postパス:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/start - オーダラ・ノードの起動
- メソッド: postパス:
/console/admin/api/v2/nodes/orderers/{ordererId}/start - ピア・ノードの起動
- メソッド: postパス:
/console/admin/api/v2/nodes/peers/{peerId}/start - CAノードの停止
- メソッド: postパス:
/console/admin/api/v2/nodes/fabricCAs/{caId}/stop - RESTプロキシ・ノードの停止
- メソッド: postパス:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/stop - オーダラ・ノードの停止
- メソッド: postパス:
/console/admin/api/v2/nodes/orderers/{ordererId}/stop - ピア・ノードの停止
- メソッド: postパス:
/console/admin/api/v2/nodes/peers/{peerId}/stop - CAノードの構成の更新
- メソッド: patchパス:
/console/admin/api/v2/nodes/fabricCAs/{caId}/ - オーダラ・ノードの構成の更新
- メソッド: patchパス:
/console/admin/api/v2/nodes/orderers/{ordererId} - ピア・ノードの構成の更新
- メソッド: patchパス:
/console/admin/api/v2/nodes/peers/{peerId} - RESTプロキシ・ノードの構成の更新
- メソッド: patchパス:
/console/admin/api/v2/nodes/restproxies/{restProxyId} - ブロックの検証
- メソッド: getパス:
/console/admin/api/v2/nodes/peers/{peerId}/blockaudit/{channelName}