You can call this operation to query whether a consortium can be deleted.

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 DescribeFabricConsortiumDeletable

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

ConsortiumId String Yes consortium-lianmenyumingyi-hc5d1bwl****

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 result list of the operation.

CodeName String codename

The prefix of the domain name.

ConsortiumId String consortium-lianmenyumingyi-hc5d1bwlulg7

The ID of the consortium.

ConsortiumName String myconsortium

The name of the consortium.

Deletable Boolean true

Indicates whether the consortium can be deleted.

Description String description

The description.

Domain String domain

The domain name.

RegionId String cn-hangzhou

The ID of the region.

State String Running

The status.

ZoneId String cn-hangzhou

The available zone.

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=DescribeFabricConsortiumDeletable
&ConsortiumId=consortium-lianmenyumingyi-hc5d1bwl****
&<Common request parameters>

Successful response examples

XML format

<DescribeFabricConsortiumDeletableResponse>
	  <Result>
		    <ConsortiumId>consortium-xxxxxx</ConsortiumId>
		    <Deletable>false</Deletable>
		    <CodeName>name</CodeName>
		    <Description>desc</Description>
		    <Domain>domain</Domain>
		    <Name>asset_mgmtv1.0.out</Name>
		    <State>Checking</State>
		    <RegionId>cn-hangzhou</RegionId>
		    <ZoneId>cn-hangzhou</ZoneId>
	  </Result>
	  <RequestId>C445762C-8909-4BD8-A2BD-BB45BF2441D8</RequestId>
	  <Success>true</Success>
	  <ErrorCode>200</ErrorCode>
</DescribeFabricConsortiumDeletableResponse>

JSON format

{
	"Result":{
		"Name":"asset_mgmtv1.0.out",
		"Description":"desc",
		"State":"Checking",
		"Domain":"domain",
		"ConsortiumId":"consortium-xxxxxx",
		"RegionId":"cn-hangzhou",
		"CodeName":"name",
		"ZoneId":"cn-hangzhou",
		"Deletable":false
	},
	"RequestId":"C445762C-8909-4BD8-A2BD-BB45BF2441D8",
	"ErrorCode":200,
	"Success":true
}

Error codes

For more information about error codes, see Error codes.