IOT边缘 IOTEDGE-创建边缘模块:响应示例

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

响应示例

状态码: 201

create

{
  "edge_app_id" : "test-app",
  "app_version" : "1.0.0",
  "state" : "PENDING",
  "control_status" : "0000000000000000",
  "node_id" : "test-node",
  "module_name" : "edge_module",
  "module_id" : "test-module-id",
  "create_time" : "2020-05-28T11:31:29.740Z",
  "update_time" : "2020-05-28T11:31:29.740Z",
  "app_type" : "SYSTEM_REQUIRED",
  "function_type" : "DATA_PRO CES SING",
  "container_settings" : {
    "configs" : {
      "container_port_list" : [ {
        "container_port" : 65535,
        "host_port" : 65535,
        "host_ip" : "string"
      } ]
    }
  }
}
support.huaweicloud.com/api-iotedge/CreateModule.html