調(diào)用DescribeFabricChannelMembers查詢通道的成員列表。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

請(qǐng)求參數(shù)

名稱(chēng) 類(lèi)型 是否必選 示例值 描述
Action String DescribeFabricChannelMembers

系統(tǒng)規(guī)定參數(shù)。取值:DescribeFabricChannelMembers

RegionId String cn-hangzhou

地域

ChannelId String chan-channelx-1l1hmckuu****

通道ID

返回?cái)?shù)據(jù)

名稱(chēng) 類(lèi)型 示例值 描述
RequestId String 1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3

請(qǐng)求ID

Success Boolean true

是否成功

ErrorCode Integer 200

錯(cuò)誤碼

Result Array of Result

通道的成員列表

WithPeer Boolean true

是否包含節(jié)點(diǎn)

AcceptTime String 1544411108000

接受時(shí)間

OrganizationDomain String hello

組織域名

State String Running

狀態(tài)

InviteTime String 1544411108000

邀請(qǐng)時(shí)間

ChannelId String chan-channelx-1l1hmckuuisxo

通道ID

OrganizationName String name

組織名

OrganizationDescription String description

組織描述

OrganizationId String peers-aaaaaa1-1oxw31d046jtl

組織ID

示例

請(qǐng)求示例

http(s)://[Endpoint]/?Action=DescribeFabricChannelMembers
&ChannelId=chan-channelx-1l1hmckuu****
&<公共請(qǐng)求參數(shù)>

正常返回示例

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"
  } ]
}

錯(cuò)誤碼

訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。