DescribeFabricOrganizationPeers
更新時間:
調(diào)用DescribeFabricOrganizationPeers獲取組織的節(jié)點列表。
調(diào)試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數(shù)
名稱 |
類型 |
是否必選 |
示例值 |
描述 |
Action | String | 是 | DescribeFabricOrganizationPeers | 系統(tǒng)規(guī)定參數(shù)。取值:DescribeFabricOrganizationPeers。 |
OrganizationId | String | 是 | peers-aaaaaa2-1eqnj5o5w**** | 組織ID |
Location | String | 否 | cn-hangzhou | 位置 |
返回數(shù)據(jù)
名稱 |
類型 |
示例值 |
描述 |
RequestId | String | 1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3 | 請求ID |
Success | Boolean | true | 是否成功 |
ErrorCode | Integer | 200 | 錯誤碼 |
Result | Array of Result | ||
UpdateTime | String | 1533025590 | 更新時間 |
Domain | String | domain | 域名 |
InternetIp | String | 10.0.0.2 | 公網(wǎng)IP |
CreateTime | String | 1533025590 | 創(chuàng)建時間 |
IsAnchor | Boolean | false | 是否是AnchorPeer |
InstanceType | String | basic | 實例類型 |
Port | Integer | 1234 | 端口 |
OrganizationPeerName | String | name | 組織的節(jié)點名 |
IntranetIp | String | 10.0.0.2 | 內(nèi)網(wǎng)IP |
示例
請求示例
http(s)://[Endpoint]/?Action=DescribeFabricOrganizationPeers
&OrganizationId=peers-aaaaaa2-1eqnj5o5w****
&Location=cn-hangzhou
&公共請求參數(shù)
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeFabricOrganizationPeersResponse>
<RequestId>1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3</RequestId>
<Success>true</Success>
<ErrorCode>200</ErrorCode>
<Result>
<UpdateTime>1533025590</UpdateTime>
<Domain>domain</Domain>
<InternetIp>10.0.0.2</InternetIp>
<CreateTime>1533025590</CreateTime>
<IsAnchor>false</IsAnchor>
<InstanceType>basic</InstanceType>
<Port>1234</Port>
<OrganizationPeerName>name</OrganizationPeerName>
<IntranetIp>10.0.0.2</IntranetIp>
</Result>
</DescribeFabricOrganizationPeersResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3",
"Success" : true,
"ErrorCode" : 200,
"Result" : [ {
"UpdateTime" : "1533025590",
"Domain" : "domain",
"InternetIp" : "10.0.0.2",
"CreateTime" : "1533025590",
"IsAnchor" : false,
"InstanceType" : "basic",
"Port" : 1234,
"OrganizationPeerName" : "name",
"IntranetIp" : "10.0.0.2"
} ]
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
文檔內(nèi)容是否對您有幫助?