Returns a list of the members in a network and properties of their configurations.
Applies only to Hyperledger Fabric.
get/networks/{networkId}/members
Path parameters
networkIdstring required
The unique identifier of the network for which to list members.
Query parameters
namestring
The optional name of the member to list.
status'CREATING' | 'AVAILABLE' | 'CREATE_FAILED' | 'UPDATING' | 'DELETING' | 'DELETED' | 'INACCESSIBLE_ENCRYPTION_KEY'
An optional status specifier. If provided, only members currently in this status are listed.
isOwnedboolean
An optional Boolean value. If provided, the request is limited either to members that the current Amazon Web Services account owns (<code>true</code>) or that other Amazon Web Services accountsn own (<code>false</code>). If omitted, all members are listed.
maxResultsinteger
The maximum number of members to return in the request.
nextTokenstring
The pagination token that indicates the next set of results to retrieve.
MaxResultsstring
Pagination limit
NextTokenstring
Pagination token
Response
Success