You can call this operation to query the review approvals of the consortium members.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DescribeFabricConsortiumMemberApproval

The operation that you want to perform. Set the value to DescribeFabricConsortiumMemberApproval.

ConsortiumId String Yes consortium-lianmenyumingyi-hc5d1bwlulg7

The ID of the consortium.

Location String No cn-hangzhou

The location.

RegionId String No cn-hangzhou

The ID of the region.

Response parameters

Parameter Type Example Description
ErrorCode Integer 200

The error code.

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

The ID of the API request.

Result

The review approvals of consortium members.

ChannelCreatePolicy String Any

The policy that is used to create the channel.

ConfirmTime String 1544411108000

The time when the approval was confirmed.

ConsortiumId String consortium-lianmenyumingyi-hc5d1bwlulg7

The ID of the consortium.

ConsortiumName String name

The name of the consortium.

DomainName String domain

The domain name.

OrganizationId String peers-aaaaaa2-1eqnj5o5w9dt3

The ID of the organization.

OrganizationName String orgname

The name of the organization.

State String Running

The status.

Success Boolean true

Indicates whether the call is successful. A value of true indicates that the call is successful. A value of false indicates that the call has failed.

Examples

Sample requests


http(s)://[Endpoint]/? Action=DescribeFabricConsortiumMemberApproval
&ConsortiumId=consortium-lianmenyumingyi-hc5d1bwlulg7
&<Common request parameters>

Successful response examples

XML format

<DescribeFabricConsortiumMemberApprovalResponse>
	  <Result>
		    <ConfirmTime>1544411108000</ConfirmTime>
		    <ConsortiumName> Alibaba </ConsortiumName>
		    <State>Accepted</State>
		    <ConsortiumId>10000</ConsortiumId>
		    <DomainName>peer.apple.aliyunbaas.top</DomainName>
		    <ChannelCreatePolicy>1000</ChannelCreatePolicy>
		    <OrganizationId>1</OrganizationId>
		    <OrganizationName> Apple </OrganizationName>
	  </Result>
	  <Result>
		    <ConfirmTime>1544411108000</ConfirmTime>
		    <ConsortiumName> Alibaba 2 </ConsortiumName>
		    <State></State>
		    <ConsortiumId>10100</ConsortiumId>
		    <DomainName>peer.apple.aliyunbaas.top</DomainName>
		    <ChannelCreatePolicy>1000</ChannelCreatePolicy>
		    <OrganizationId>12</OrganizationId>
		    <OrganizationName> Apple </OrganizationName>
	  </Result>
	  <RequestId>C445762C-8909-4BD8-A2BD-BB45BF2441D8</RequestId>
	  <Success>true</Success>
	  <ErrorCode>200</ErrorCode>
</DescribeFabricConsortiumMemberApprovalResponse>

JSON format

{
	"Result":[
		{
			"ConsortiumName":"Alibaba",
			"ConsortiumId":"10000",
			"State":"Accepted",
			"DomainName":"peer.apple.aliyunbaas.top",
			"ConfirmTime":"1544411108000",
			"ChannelCreatePolicy":"1000",
			"OrganizationId":"1",
			"OrganizationName":"Apple Inc."
		},
		{
			"ConsortiumName":"Alibaba 2",
			"ConsortiumId":"10100",
			"State":"",
			"DomainName":"peer.apple.aliyunbaas.top",
			"ConfirmTime":"1544411108000",
			"ChannelCreatePolicy":"1000",
			"OrganizationId":"12",
			"OrganizationName":"Apple Inc."
		}
	],
	"RequestId":"C445762C-8909-4BD8-A2BD-BB45BF2441D8",
	"ErrorCode":200,
	"Success":true
}

Error codes

For more information about error codes, see Error codes.