查询实例的SQL洞察(SQL审计)日志 请求示例 /v1/collector/sqllogrecords?pageSize10&pageNum1101 00:00:00&endTime20221129 23:59:59&prodInstId10 请求体body 响应示例 json { "message": "SUCCESS", "returnObj": { "list": [ { "accountName": "test", "dbName": "postgres", "executeTime": 1667354445000, "hostAddress": "192.168.0.18:50744", "sqlText": "terminating connection due to administrator command", "threadId": "6952" } ], "pageNum": 1, "pageSize": 10, "pageTotal": 1, "total": 1 }, "statusCode": 800 } 错误码 访问ErrorCodes说明文档查看更多错误码。