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

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

响应示例

状态码: 200

OK

{
  "count" : 0,
  "page_info" : {
    "offset" : 0,
    "limit" : 0
  },
  "edge_apps" : [ {
    "edge_app_id" : "string",
    "description" : "string",
    "create_time" : "string",
    "update_time" : "string",
    "last_published_version" : "string",
    "app_type" : "string",
    "function_type" : "string",
    "protocol" : "string",
    "edge_app_name" : "string",
    "deploy_type" : "string"
  } ]
}
support.huaweicloud.com/api-iotedge/BatchListEdgeApps.html