Nodes REST Endpoints
Blockchain Network Administrative Operations/Nodes
REST API for nodes operations
- Associate REST Client User With a Custom Enrollment
- Method: postPath:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments/{enrollmentId}/users
- Create Custom Enrollment for REST Proxy
- Method: postPath:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments
- Delete Custom Enrollment for REST Proxy
- Method: deletePath:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments/{enrollmentId}
- Get Configuration of a CA Node
- Method: getPath:
/console/admin/api/v2/nodes/fabricCAs/{caId}/
- Get List of REST Client Users Associated with the Custom Enrollment
- Method: getPath:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments/{enrollmentId}/users
- Get Node List
- Method: getPath:
/console/admin/api/v2/nodes
- Get Orderer Information
- Method: getPath:
/console/admin/api/v2/nodes/orderers/{ordererId}/exportOSN
- Get Orderer Node Configuration
- Method: getPath:
/console/admin/api/v2/nodes/orderers/{ordererId}
- Get Peer Attributes
- Method: getPath:
/console/admin/api/v2/nodes/peers/{peerId}
- Get Peer List
- Method: getPath:
/console/admin/api/v2/nodes/peers
- Get REST Proxy Node Configuration
- Method: getPath:
/console/admin/api/v2/nodes/restproxies/{restProxyId}
- Import Configuration Block to Orderer
- Method: postPath:
/console/admin/api/v2/nodes/orderers/{ordererId}/importNCB
- Join a Peer to a Channel
- Method: postPath:
/console/admin/api/v2/nodes/peers/{peerId}/joinChannel
- List Custom Enrollments for REST Proxy
- Method: getPath:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments
- Remove Association Between REST Client User and a Custom Enrollment
- Method: deletePath:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments/{enrollmentId}/users/{userName}
- Start a CA Node
- Method: postPath:
/console/admin/api/v2/nodes/fabricCAs/{caId}/start
- Start a REST Proxy Node
- Method: postPath:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/start
- Start an Orderer Node
- Method: postPath:
/console/admin/api/v2/nodes/orderers/{ordererId}/start
- Start Peer Node
- Method: postPath:
/console/admin/api/v2/nodes/peers/{peerId}/start
- Stop a CA Node
- Method: postPath:
/console/admin/api/v2/nodes/fabricCAs/{caId}/stop
- Stop a REST Proxy Node
- Method: postPath:
/console/admin/api/v2/nodes/restproxies/{restProxyId}/stop
- Stop an Orderer Node
- Method: postPath:
/console/admin/api/v2/nodes/orderers/{ordererId}/stop
- Stop Peer Node
- Method: postPath:
/console/admin/api/v2/nodes/peers/{peerId}/stop
- Update CA Node Configuration
- Method: patchPath:
/console/admin/api/v2/nodes/fabricCAs/{caId}/
- Update Orderer Node Configuration
- Method: patchPath:
/console/admin/api/v2/nodes/orderers/{ordererId}
- Update Peer Node Configuration
- Method: patchPath:
/console/admin/api/v2/nodes/peers/{peerId}
- Update REST Proxy Node Configuration
- Method: patchPath:
/console/admin/api/v2/nodes/restproxies/{restProxyId}
- Verify Blocks
- Method: getPath:
/console/admin/api/v2/nodes/peers/{peerId}/blockaudit/{channelName}