You can call this operation to query the review approvals of the consortium members.
Debugging
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. |
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-hc5d1bwl****
&Location=cn-hangzhou
&<Common request parameters>Successful response examples
XML format
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeFabricConsortiumMemberApprovalResponse>
<RequestId>1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3</RequestId>
<Success>true</Success>
<ErrorCode>200</ErrorCode>
<Result>
<ConsortiumId>consortium-lianmenyumingyi-hc5d1bwl****</ConsortiumId>
<State>Running</State>
<ChannelCreatePolicy>Any</ChannelCreatePolicy>
<ConfirmTime>1544411108000</ConfirmTime>
<OrganizationName>orgname</OrganizationName>
<ConsortiumName>name</ConsortiumName>
<DomainName>domain</DomainName>
<OrganizationId>peers-aaaaaa2-1eqnj5o5w****</OrganizationId>
</Result>
</DescribeFabricConsortiumMemberApprovalResponse>JSON format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "1890FA4F-067A-4CE9-AC9B-2BD2E58FB5D3",
"Success" : true,
"ErrorCode" : 200,
"Result" : [ {
"ConsortiumId" : "consortium-lianmenyumingyi-hc5d1bwl****",
"State" : "Running",
"ChannelCreatePolicy" : "Any",
"ConfirmTime" : "1544411108000",
"OrganizationName" : "orgname",
"ConsortiumName" : "name",
"DomainName" : "domain",
"OrganizationId" : "peers-aaaaaa2-1eqnj5o5w****"
} ]
}Error codes
For more information about error codes, see Error codes.