数据管理服务 DAS-导出慢SQL模板列表:响应参数

时间:2024-11-18 16:54:08

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

slow_sql_templates

Array of SlowSqlTemplate objects

慢日志模板数据列表。

total_count

Integer

慢日志模板总数。

表5 SlowSqlTemplate

参数

参数类型

描述

sql_template

String

SQL模板。

sql_sample

String

SQL样本。

db_names

Array of strings

库名。

execute_count

Long

执行次数。

avg_execute_time

Double

平均执行耗时(ms)。

max_execute_time

Double

最大执行耗时(ms)。

avg_lock_wait_time

Double

平均锁等待时间(ms)。

max_lock_wait_time

Double

最大锁等待时间(ms)。

avg_rows_examined

Double

平均扫描行数。

max_rows_examined

Double

最大扫描行数。

avg_rows_sent

Double

平均返回行数。

max_rows_sent

Double

最大返回行数。

状态码: 400

表6 响应Body参数

参数

参数类型

描述

error_code

String

错误码。

最小长度:8

最大长度:36

error_msg

String

错误描述。

最小长度:2

最大长度:512

状态码: 500

表7 响应Body参数

参数

参数类型

描述

error_code

String

错误码。

最小长度:8

最大长度:36

error_msg

String

错误描述。

最小长度:2

最大长度:512

support.huaweicloud.com/api-das/das_01_0054.html