調用DescribeFabricCandidateOrganizations查詢接收邀請的候選組織。

調試

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

請求參數

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

系統規定參數。取值:DescribeFabricCandidateOrganizations

RegionId String cn-hangzhou

地域

Location String cn-hangzhou

位置

返回數據

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

請求ID

Success Boolean true

是否成功

ErrorCode Integer 200

錯誤碼

Result Array of DescribeCandidateOrganization

結果

ServiceState String Running

服務狀態

OrganizationName String org1

組織名

ClusterState String Running

集群狀態

OrganizationId String peers-1oxw31d04****

組織ID

示例

請求示例

http(s)://[Endpoint]/?Action=DescribeFabricCandidateOrganizations
&<公共請求參數>

正常返回示例

XML格式

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

<DescribeFabricCandidateOrganizationsResponse>
    <RequestId>1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3</RequestId>
    <Success>true</Success>
    <ErrorCode>200</ErrorCode>
    <Result>
        <ServiceState>Running</ServiceState>
        <OrganizationName>org1</OrganizationName>
        <ClusterState>Running</ClusterState>
        <OrganizationId>peers-1oxw31d04****</OrganizationId>
    </Result>
</DescribeFabricCandidateOrganizationsResponse>

JSON格式

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

{
  "RequestId" : "1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3",
  "Success" : true,
  "ErrorCode" : 200,
  "Result" : [ {
    "ServiceState" : "Running",
    "OrganizationName" : "org1",
    "ClusterState" : "Running",
    "OrganizationId" : "peers-1oxw31d04****"
  } ]
}

錯誤碼

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