IOT边缘 IOTEDGE-更新模块影子:请求示例

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

请求示例

PUT https://{endpoint}/v2/{project_id}/edge-nodes/{edge_node_id}/modules/{module_id}/shadow:

{
  "properties" : {
    "connect_info" : {
      "endpoint" : "string",
      "user_name" : "string",
      "password" : "string"
    },
    "channels" : [ {
      "device_id" : "string",
      "peer_session_name" : "string",
      "pin_code" : "string",
      "role_type" : "string"
    } ]
  }
}
support.huaweicloud.com/api-iotedge/UpdateModuleShadow.html