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

时间:2023-12-29 14:11:32

响应示例

状态码: 200

OK

{
  "count" : 1000000,
  "page_info" : {
    "offset" : 1000000,
    "limit" : 1000
  },
  "templates" : [ {
    "tpl_id" : "string",
    "name" : "string",
    "description" : "string",
    "create_time" : "2020-05-28T11:31:29.740Z",
    "update_time" : "2020-05-28T11:31:29.740Z"
  } ]
}
support.huaweicloud.com/api-iotedge/BatchListOtTemplates.html