区块链服务 BCS-创建服务实例:请求示例

时间:2025-02-12 14:56:00

请求示例

创建 BCS 实例

{  "name" : "bcs-test",  "fabric_version" : "2.2",  "blockchain_type" : "union",  "consensus" : "etcdraft",  "version_type" : 4,  "sign_algorithm" : "ECDSA",  "enterprise_project_id" : "0",  "volume_type" : "nfs",  "evs_disk_type" : "SATA",  "org_disk_size" : 100,  "database_type" : "goleveldb",  "resource_password" : "xxx",  "orderer_node_number" : 3,  "use_eip" : true,  "bandwidth_size" : 5,  "cluster_type" : "cce",  "create_new_cluster" : false,  "cce_cluster_info" : {    "cluster_id" : "5adc2ce2-9712-11ea-9535-0255ac100b0d",    "cluster_name" : "byl-1-15",    "cluster_platform_type" : "ARM64"  },  "cce_create_info" : {    "node_num" : 1,    "node_flavor" : "Si1.xlarge.4.linux",    "cce_flavor" : "cce.s1.small",    "init_node_pwd" : "JDYkUzdOOUR0JEdyajFQV0tSWXNQRjZBZlhiSE5MVmpWV204V3M5alFMUXl4Z3dtOVNKb25xR0lIZWZaNUFReDVWeHNJa3gvb3JML2d1WjZyazNLQmNWczBpWVVFR2gw",    "az" : "cn-north-7a",    "cluster_platform_type" : "ARM64"  },  "ief_deploy_mode" : 0,  "ief_nodes_info" : [ {    "status" : "ACTIVE",    "public_ip_address" : "192.168.1.95",    "id" : "5700372e-49ef-4f4c-b433-11d95ad7acea"  }, {    "status" : "ACTIVE",    "public_ip_address" : "192.168.1.213",    "id" : "2455e71a-d806-4827-9cf4-81e1b3764681"  } ],  "peer_orgs" : [ {    "name" : "organization",    "node_count" : 2  } ],  "channels" : [ {    "name" : "channel",    "org_names" : [ "organization" ],    "description" : ""  } ],  "block_info" : {    "batch_timeout" : 2,    "max_message_count" : 500,    "preferred_maxbytes" : 2  },  "turbo_info" : {    "share_type" : "STANDARD",    "type" : "efs-ha",    "available_zone" : "cn-north-7a",    "resource_spec_code" : "sfs.turbo.standard"  }}
support.huaweicloud.com/api-bcs/CreateNewBlockchain_3.html