区块链服务 BCS-查询服务信息:响应示例

时间:2024-11-14 11:31:36

响应示例

状态码: 200

请求成功

{
  "chain_engine_version" : "1.0.1.2",
  "editions" : [ {
    "name" : "Professional",
    "max_org_num" : 2,
    "tps_limit" : 2000
  }, {
    "name" : "Enterprise",
    "max_org_num" : 10,
    "tps_limit" : 10000
  }, {
    "name" : "Platinum",
    "max_org_num" : 100,
    "tps_limit" : 50000
  } ],
  "plugins" : [ {
    "type" : "e2ee",
    "version" : "1.0.0.2"
  } ],
  "edge_configs" : [ {
    "enable_twin_orgs_options" : true
  } ]
}
support.huaweicloud.com/api-bcs/ShowServerInfo.html