調用DescribeFabricOrganizationChannels獲取該組織加入的通道列表。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱 類型 是否必選 示例值 描述
Action String DescribeFabricOrganizationChannels

系統規定參數。取值:DescribeFabricOrganizationChannels。

OrganizationId String peers-aaaaaa2-1eqnj5o5****

組織ID

Location String cn-hangzhou

位置

返回數據

名稱 類型 示例值 描述
RequestId String 1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3

請求ID

Success Boolean true

是否成功

ErrorCode Integer 200

錯誤碼

Result Array of Result

組織加入的通道列表

BatchTimeout Integer 2

批處理超時時間,單位秒

UpdateTime String 1533025590

更新時間

ChaincodeCount Integer 2

鏈碼數量

PreferredMaxBytes Integer 24

首選最大字節數

State String Running

狀態

CreateTime String 1533025590

創建時間

SupportChannelConfig Boolean true

是否支持自定義配置參數

OwnerName String uid-116748157028****

創建者

OwnerUid Long 116748157028****

創建者Uid

OwnerBid String 26842

創建者Bid

MaxMessageCount Integer 12

塊包含最大消息條目

MemberCount Integer 3

成員數量

RequestId String 1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3

請求ID

ConsortiumId String consortium-perf914-37cfcff9pa****

聯盟ID

ChannelName String mychannel

通道名

DeleteTime String 1533025590

刪除時間

ChannelId String chan-first-channel-31hlgpen5k****

通道ID

Deleted Boolean true

是否已經刪除

ConsortiumName String name

聯盟名稱

BlockCount Integer 3

塊數量

示例

請求示例

http(s)://[Endpoint]/?Action=DescribeFabricOrganizationChannels
&OrganizationId=peers-aaaaaa2-1eqnj5o5****
&Location=cn-hangzhou
&公共請求參數

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeFabricOrganizationChannelsResponse>
    <RequestId>1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3</RequestId>
    <Success>true</Success>
    <ErrorCode>200</ErrorCode>
    <Result>
        <BatchTimeout>2</BatchTimeout>
        <UpdateTime>1533025590</UpdateTime>
        <ChaincodeCount>2</ChaincodeCount>
        <PreferredMaxBytes>24</PreferredMaxBytes>
        <State>Running</State>
        <CreateTime>1533025590</CreateTime>
        <SupportChannelConfig>true</SupportChannelConfig>
        <OwnerName>uid-116748157028****</OwnerName>
        <OwnerBid>26842</OwnerBid>
        <MaxMessageCount>12</MaxMessageCount>
        <MemberCount>3</MemberCount>
        <RequestId>1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3</RequestId>
        <ConsortiumId>consortium-perf914-37cfcff9pa****</ConsortiumId>
        <ChannelName>mychannel</ChannelName>
        <DeleteTime>1533025590</DeleteTime>
        <ChannelId>chan-first-channel-31hlgpen5k****</ChannelId>
        <Deleted>true</Deleted>
        <ConsortiumName>name</ConsortiumName>
        <BlockCount>3</BlockCount>
    </Result>
</DescribeFabricOrganizationChannelsResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3",
  "Success" : true,
  "ErrorCode" : 200,
  "Result" : [ {
    "BatchTimeout" : 2,
    "UpdateTime" : "1533025590",
    "ChaincodeCount" : 2,
    "PreferredMaxBytes" : 24,
    "State" : "Running",
    "CreateTime" : "1533025590",
    "SupportChannelConfig" : true,
    "OwnerName" : "uid-116748157028****",
    "OwnerBid" : "26842",
    "MaxMessageCount" : 12,
    "MemberCount" : 3,
    "RequestId" : "1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3",
    "ConsortiumId" : "consortium-perf914-37cfcff9pa****",
    "ChannelName" : "mychannel",
    "DeleteTime" : "1533025590",
    "ChannelId" : "chan-first-channel-31hlgpen5k****",
    "Deleted" : true,
    "ConsortiumName" : "name",
    "BlockCount" : 3
  } ]
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。