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

时间:2024-11-13 14:16:55

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

top_sql_templates

Array of TopSqlTemplate objects

SQL模板列表。

total_count

Integer

SQL模板总数。

表5 TopSqlTemplate

参数

参数类型

描述

sql_template

String

SQL模板。

sql_sample_string

String

SQL样本。

sql_type

String

SQL操作类型。

db_name

String

数据库名称。

execute_num

Long

总执行次数。

total_cost

Double

总耗时(ms)。

avg_cost

Double

平均耗时(ms)。

avg_rows_sent

Double

平均返回行数。

avg_rows_affected

Double

平均影响行数。

avg_lock_time

Double

平均锁等待耗时(ms)。

total_rows_examined

Double

总扫描行数。

avg_rows_examined

Double

平均扫描行数。

total_cost_ratio

String

总耗时占比。

total_examined_ratio

String

扫描行数占比。

execute_num_ratio

String

执行次数占比。

状态码: 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_0052.html