IOT边缘 IOTEDGE-查询边缘节点列表:响应示例

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

响应示例

状态码: 200

Ok

{
  "count" : 1000000,
  "page_info" : {
    "offset" : 1000000,
    "limit" : 1000
  },
  "nodes" : [ {
    "edge_node_id" : "string",
    "name" : "string",
    "state" : "string",
    "instance_id" : "string",
    "space_id" : "jeQDJQZltU8iKgFFoW060F5SGZka",
    "type" : "string",
    "resource_ids" : [ "iotedge.campus.1000tps.10000device" ],
    "resource_spec_types" : [ "iotedge.campus.1000tps.10000device" ],
    "software_version" : "string",
    "ips" : [ "string" ],
    "create_time" : "2020-05-28T11:31:29.740Z"
  } ]
}
support.huaweicloud.com/api-iotedge/ListEdgeNodes.html