云日志服务 LTS-创建仪表盘:响应示例

时间:2023-12-15 10:07:02

响应示例

状态码: 201

创建仪表盘成功

{
  "charts" : [ ],
  "filters" : [ ],
  "group_name" : "",
  "id" : "2bf23310-83c2-4962-898f-79ebd057a256",
  "last_update_time" : 1669637866189,
  "project_id" : "2a473356cca5487f8373be891bffc1cf",
  "title" : "test",
  "useSystemTemplate" : false
}

状态码: 400

BadRequest 非法请求建议根据error_msg直接修改该请求

{
  "message" : {
    "code" : "LTS.0736",
    "details" : "The number of log dashboards exceeds the maximum"
  }
}

状态码: 500

表明服务端能被请求访问到,但是服务内部出错

{
  "message" : {
    "code" : "LTS.0203",
    "details" : "Internal Server Error"
  }
}
support.huaweicloud.com/api-lts/CreateDashBoard.html