Get Node List
get
/console/admin/api/v2/nodes
List all nodes.
Request
Supported Media Types
- application/json
Query Parameters
-
nodeType: string
Node typeAllowed Values:
[ "CA", "PEER", "ORDERER", "RESTPROXY" ]
Response
Supported Media Types
- application/json
200 Response
Nodes response
Nested Schema : FabricCA
Type:
Show Source
object
-
displayName:
string
-
fabricCAId:
string
-
mspId:
string
-
status:
string
Allowed Values:
[ "up", "down" ]
-
url:
string
Nested Schema : orderer
Type:
Show Source
object
-
adminUrl:
string
-
displayName:
string
-
mspId:
string
-
ordererId:
string
-
status:
string
Allowed Values:
[ "up", "down" ]
-
url:
string
Nested Schema : peer
Type:
Show Source
object
-
displayName:
string
-
eventUrl:
string
-
mspId:
string
-
peerId(required):
string
-
role:
string
Allowed Values:
[ "Member", "Admin" ]
-
status:
string
Allowed Values:
[ "up", "down" ]
-
url:
string
400 Response
Invalid arguments
401 Response
Unauthorized
500 Response
Internal server error
Default Response
Unexpected error