Returns information about the nodes within a network.
Applies to Hyperledger Fabric and Ethereum.
get/networks/{networkId}/nodes
Path parameters
networkIdstring required
The unique identifier of the network for which to list nodes.
Query parameters
memberIdstring
<p>The unique identifier of the member who owns the nodes to list.</p> <p>Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.</p>
status'CREATING' | 'AVAILABLE' | 'UNHEALTHY' | 'CREATE_FAILED' | 'UPDATING' | 'DELETING' | 'DELETED' | 'FAILED' | 'INACCESSIBLE_ENCRYPTION_KEY'
An optional status specifier. If provided, only nodes currently in this status are listed.
maxResultsinteger
The maximum number of nodes to list.
nextTokenstring
The pagination token that indicates the next set of results to retrieve.
MaxResultsstring
Pagination limit
NextTokenstring
Pagination token
Response
Success