调用DescribeFabricChannelMembers查询通道的成员列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeFabricChannelMembers |
系统规定参数。取值:DescribeFabricChannelMembers。 |
RegionId | String | 否 | cn-hangzhou |
地域 |
ChannelId | String | 是 | chan-channelx-1l1hmckuu**** |
通道ID |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3 |
请求ID |
Success | Boolean | true |
是否成功 |
ErrorCode | Integer | 200 |
错误码 |
Result | Array of Result |
通道的成员列表 |
|
WithPeer | Boolean | true |
是否包含节点 |
AcceptTime | String | 1544411108000 |
接受时间 |
OrganizationDomain | String | hello |
组织域名 |
State | String | Running |
状态 |
InviteTime | String | 1544411108000 |
邀请时间 |
ChannelId | String | chan-channelx-1l1hmckuuisxo |
通道ID |
OrganizationName | String | name |
组织名 |
OrganizationDescription | String | description |
组织描述 |
OrganizationId | String | peers-aaaaaa1-1oxw31d046jtl |
组织ID |
示例
请求示例
http(s)://[Endpoint]/?Action=DescribeFabricChannelMembers
&ChannelId=chan-channelx-1l1hmckuu****
&<公共请求参数>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeFabricChannelMembersResponse>
<RequestId>1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3</RequestId>
<Success>true</Success>
<ErrorCode>200</ErrorCode>
<Result>
<WithPeer>true</WithPeer>
<AcceptTime>1544411108000</AcceptTime>
<OrganizationDomain>hello</OrganizationDomain>
<State>Running</State>
<InviteTime>1544411108000</InviteTime>
<ChannelId>chan-channelx-1l1hmckuuisxo</ChannelId>
<OrganizationName>name</OrganizationName>
<OrganizationDescription>description</OrganizationDescription>
<OrganizationId>peers-aaaaaa1-1oxw31d046jtl</OrganizationId>
</Result>
</DescribeFabricChannelMembersResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3",
"Success" : true,
"ErrorCode" : 200,
"Result" : [ {
"WithPeer" : true,
"AcceptTime" : "1544411108000",
"OrganizationDomain" : "hello",
"State" : "Running",
"InviteTime" : "1544411108000",
"ChannelId" : "chan-channelx-1l1hmckuuisxo",
"OrganizationName" : "name",
"OrganizationDescription" : "description",
"OrganizationId" : "peers-aaaaaa1-1oxw31d046jtl"
} ]
}
错误码
访问错误中心查看更多错误码。