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

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

响应示例

状态码: 200

OK

{
  "count" : 1000000,
  "page_info" : {
    "offset" : 1000000,
    "limit" : 1000
  },
  "apps" : [ {
    "app_id" : "string",
    "description" : "string",
    "app_type" : "string",
    "provider_type" : "string",
    "create_time" : "string",
    "update_time" : "string"
  } ]
}
support.huaweicloud.com/api-iotedge/ListAppsV3.html