云数据库 RDS-查询数据库错误日志:响应消息

时间:2024-11-08 17:37:44

响应消息

  • 正常响应要素说明
    表2 要素说明

    名称

    参数类型

    说明

    error_log_list

    Array of objects

    具体信息。

    详情请参见表3 errorLogList字段数据结构说明

    total_record

    Integer

    总记录数。

    表3 error_log_list字段数据结构说明

    名称

    参数类型

    说明

    time

    String

    日期时间UTC时间。

    level

    String

    日志级别。

    content

    String

    错误日志内容。

  • 正常响应样例
    {
    	"error_log_list": [{
    		"time": "2018-12-04T14:24:42",
    		"level": "WARNING",
    		"content": "Occur error when reading bytes from a network handler. Client actively closes the connection."
    	}, {
    		"time": "2018-12-04T14:24:42",
    		"level": "WARNING",
    		"content": "Occur error when reading bytes from a network handler. Client actively closes the connection."
    	}],
    	"total_record": 2
    }
  • 异常响应

    请参见异常请求结果

support.huaweicloud.com/api-rds/rds_06_0103.html