区块链服务 BCS-购买实例:请求示例

时间:2024-07-03 14:20:51

请求示例

  • {
      "name" : "huawei-chain-01",
      "edition" : "Professional",
      "enterprise_project_id" : "bd33ecd4-89cd-442c-abd0-3ba88aedd40c",
      "data_management" : "Cloud",
      "orgs" : [ {
        "name" : "org1"
      }, {
        "name" : "org2"
      } ],
      "chain_info" : {
        "consensus" : "raft",
        "sign_algorithm" : "ecdsa_with_sha256"
      },
      "org_order_info" : {
        "charge_mode" : 0,
        "period_type" : 2,
        "period_num" : 1,
        "is_auto_pay" : true,
        "is_auto_renew" : true
      }
    }
  • {
      "name" : "huawei-chain-02",
      "edition" : "Professional",
      "data_management" : "Cloud",
      "enterprise_project_id" : "0",
      "orgs" : [ {
        "name" : "org1"
      }, {
        "name" : "org2"
      } ],
      "org_order_info" : {
        "charge_mode" : 0,
        "period_type" : 2,
        "period_num" : 1,
        "is_auto_pay" : false,
        "is_auto_renew" : true,
        "promotion_id" : "P22020702520656805DMA6A0R1WKID",
        "discount_plan_id" : "PDP2204021323287781B6J25H1RUC643"
      }
    }
support.huaweicloud.com/api-bcs/CreateInstance.html