You can call this operation to query the specifications of the consortium.

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 DescribeFabricConsortiumSpecs

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

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 specifications of the consortium.

Enable Boolean true

Indicates whether the specification is enabled. A value of true indicates that the specification is enabled. A value of false indicates that the specification is not enabled.

SpecName String basic

The name of the specification.

SpecTitle String Basic Edition

The title.

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=DescribeFabricConsortiumSpecs
&<Common request parameters>

Successful response examples

XML format

<DescribeFabricConsortiumSpecsResponse>
	  <Result>
		    <Name>basic</Name>
		    <NumOfNodes>3</NumOfNodes>
		    <WorkerDescription> 4 Woker (4-core 8 GB system disk, 100 BG SSD cloud disk) </WorkerDescription>
		    <Enable>true</Enable>
		    <MasterDescription>3 Master (4C8G)</MasterDescription>
		    <Title>Basic Edition</Title>
	  </Result>
	  </Result>
		    <Name>enterprise</Name>
		    <NumOfNodes>3</NumOfNodes>
		    <WorkerDescription> 6 Woker (8-core 16 GB system disk, 100 GB SSD cloud disk) </WorkerDescription>
		    <Enable>false</Enable>
		    <MasterDescription>3 Master (4C8G)</MasterDescription>
		    <Title>Enterprise Edition</Title>
	  </Result>
	  <Result>
		    <Name>enterprise-sgx</Name>
		    <NumOfNodes>3</NumOfNodes>
		    <WorkerDescription> 4 Woker (ECS Bare Metal Instance, 8-core 32 GB system disk, 100 GB SSD cloud disk) </WorkerDescription>
		    <Enable>false</Enable>
		    <MasterDescription>3 Master (4C8G)</MasterDescription>
		    <Title>Enterprise Security Edition</Title>
	  </Result>
	  <RequestId>00984305-408B-4499-9822-5B720D96B381</RequestId>
	  <Success>true</Success>
	  <ErrorCode>200</ErrorCode>
</DescribeFabricConsortiumSpecsResponse>

JSON format

{
	"Result":[
		{
			"Name":"basic",
			"WorkerDescription":"4 Worker (4-core 8 GB system disk, 100 GB SSD cloud disk)",
			"NumOfNodes":3,
			"Enable":true,
			"MasterDescription":"3 Master (4C8G)",
			"Title":"Basic Edition"
		},
		{
			"Name":"enterprise",
			"WorkerDescription":"6 Worker (8-core 16 GB system disk, 100 GB SSD cloud disk)",
			"NumOfNodes":3,
			"Enable":false,
			"MasterDescription":"3 Master (4C8G)",
			"Title":"Enterprise Edition"
		},
		{
			"Name":"enterprise-sgx",
			"WorkerDescription":"4 Worker (ECS Bare Metal Instance, 8-core 32 GB system disk, 100 GB SSD cloud disk)",
			"NumOfNodes":3,
			"Enable":false,
			"MasterDescription":"3 Master (4C8G)",
			"Title":"Enterprise Security Edition"
		}
	],
	"RequestId":"00984305-408B-4499-9822-5B720D96B381",
	"ErrorCode":200,
	"Success":true
}

Error codes

For more information about error codes, see Error codes.