IOT边缘 IOTEDGE-创建边缘集群:请求示例

时间:2024-06-20 17:14:29

请求示例

GET https://{endpoint}/v3/{project_id}/clusters

{
  "cluster_name" : "test-cluster",
  "description" : "this is a test cluster",
  "cluster_node_config" : {
    "master_node_vip" : "string",
    "master_nodes" : [ {
      "node_ip" : "string",
      "node_name" : "string"
    } ],
    "work_nodes" : [ {
      "node_ip" : "string",
      "node_name" : "string"
    } ]
  }
}
support.huaweicloud.com/api-iotedge/CreateClusterV3.html