数据管理服务 DAS-获取实例健康诊断报告内容:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
success |
Boolean |
日报诊断是否成功。 |
start_at |
Long |
日报诊断区间的起始时间(Unix timestamp),单位:毫秒。 |
end_at |
Long |
日报诊断区间的结束时间(Unix timestamp),单位:毫秒。 |
task_id |
String |
报告ID。 |
summary_info |
表5 object |
日报内容摘要信息 |
instance_info |
表9 object |
实例信息列表。 |
performance_stat |
表10 object |
性能统计分析列表。 |
disk_stat |
表11 object |
磁盘统计分析列表。 |
table_space_stat |
表14 object |
表空间统计分析列表。 |
slow_log_stat |
表17 object |
慢SQL统计分析列表。 |
full_sql_stat |
表18 object |
全量SQL统计分析列表。 |
inspection_stat |
表20 object |
巡检评分统计分析列表。 |
error_message |
String |
错误信息。 |
参数 |
参数类型 |
描述 |
---|---|---|
risk_code |
String |
风险点编码。 |
risk_level |
String |
风险点级别。 |
risk_content |
String |
风险点内容。 |
reasons |
Array of 表7 objects |
可能原因列表。 |
参数 |
参数类型 |
描述 |
---|---|---|
reason_code |
String |
可能原因编码。 |
reason_content |
String |
可能原因内容。 |
suggestions |
Array of 表8 objects |
建议优化措施列表。 |
参数 |
参数类型 |
描述 |
---|---|---|
suggestion_code |
String |
建议优化措施编码。 |
suggestion_content |
String |
建议优化措施。 |
参数 |
参数类型 |
描述 |
---|---|---|
tenant_id |
String |
账号ID。 |
project_id |
String |
项目ID。 |
instance_id |
String |
实例ID。 |
master_node_id |
String |
主节点ID。 |
instance_name |
String |
实例名称。 |
cpu |
Integer |
实例cpu核数。 |
mem |
Integer |
实例内存大小。 |
disk_size |
Integer |
磁盘大小。 |
disk_type |
String |
磁盘类型。 |
engine |
String |
实例引擎类型。 |
engine_version |
String |
引擎内核版本。 |
参数 |
参数类型 |
描述 |
---|---|---|
peak_stats |
Array of 表12 objects |
峰值统计信息列表。 |
ratio_stats |
Array of 表13 objects |
比率值数据列表。 |
参数 |
参数类型 |
描述 |
---|---|---|
peak_stats |
Array of 表12 objects |
峰值统计信息列表。 |
ratio_stats |
Array of 表13 objects |
比率值数据列表。 |
参数 |
参数类型 |
描述 |
---|---|---|
metric |
String |
指标名。 |
value |
Double |
数值。 |
max_value |
Double |
最大值。 |
normalized |
Double |
归一化值。 |
stage |
String |
当前状态。 |
timestamp |
Long |
指标采集时间。 |
参数 |
参数类型 |
描述 |
---|---|---|
metric |
String |
指标名。 |
max_value |
Double |
最大值。 |
critical_ratio |
Double |
高水位占比。 |
medium_ratio |
Double |
中水位占比。 |
light_ratio |
Double |
低水位占比。 |
参数 |
参数类型 |
描述 |
---|---|---|
size_top |
Array of 表15 objects |
表大小Top列表。 |
rows_top |
Array of 表15 objects |
表行数量Top列表。 |
size_incr_top |
Array of 表16 objects |
表大小增长Top列表。 |
rows_incr_top |
Array of 表16 objects |
表行数量增长Top列表。 |
analyze_success |
Boolean |
统计分析是否成功。 |
error_message |
String |
错误信息。 |
参数 |
参数类型 |
描述 |
---|---|---|
database |
String |
数据库名。 |
table |
String |
表名。 |
db_engine |
String |
数据库引擎。 |
table_size |
Long |
表大小。 |
data_size |
Long |
数据大小。 |
index_size |
Long |
索引大小。 |
rows |
Long |
行数量。 |
参数 |
参数类型 |
描述 |
---|---|---|
database |
String |
数据库名。 |
table |
String |
表名。 |
increment |
Long |
增长量。 |
analyze_success |
Boolean |
统计分析是否成功。 |
error_message |
String |
错误信息。 |
参数 |
参数类型 |
描述 |
---|---|---|
collect_slow_log |
Boolean |
是否收集慢SQL。 |
top_execute_slow_logs |
Array of 表19 objects |
慢SQL Top执行次数列表。 |
top_avg_query_time_slow_logs |
Array of 表19 objects |
慢SQL Top平均执行时间列表。 |
top_max_query_time_slow_logs |
Array of 表19 objects |
慢SQL Top最大执行时间列表。 |
rows_examined_exceeding |
Array of 表19 objects |
慢SQL Top扫描返回比列表。 |
analyze_success |
Boolean |
统计分析是否成功。 |
error_message |
String |
错误信息。 |
参数 |
参数类型 |
描述 |
---|---|---|
collect_full_sql |
Boolean |
是否收集全量SQL。 |
execute_top_templates |
Array of 表19 objects |
全量SQL Top总执行次数列表。 |
sum_rows_examined_top_templates |
Array of 表19 objects |
全量SQL Top总扫描行数列表。 |
avg_cost_top_templates |
Array of 表19 objects |
全量SQL Top平均执行耗时列表。 |
analyze_success |
Boolean |
统计分析是否成功。 |
error_message |
String |
错误信息。 |
参数 |
参数类型 |
描述 |
---|---|---|
template_id |
String |
模板ID。 |
template |
String |
模板内容。 |
databases |
Array of strings |
数据库列表。 |
times |
Long |
执行次数。 |
avg_query_time |
Double |
平均执行时间。 |
max_query_time |
Double |
最大执行时间。 |
avg_rows_examined |
Double |
平均扫描行数。 |
max_rows_examined |
Double |
最大扫描行数。 |
sum_rows_examined |
Double |
总扫描行数。 |
avg_rows_sent |
Double |
平均返回行数。 |
max_rows_sent |
Double |
最大返回行数。 |
参数 |
参数类型 |
描述 |
---|---|---|
inspection_score |
Array of 表21 objects |
巡检评分。 |
analyze_success |
Boolean |
统计分析是否成功。 |
error_message |
String |
错误信息。 |
参数 |
参数类型 |
描述 |
---|---|---|
score |
Double |
得分。 |
critical |
Integer |
严重事件。 |
medium |
Integer |
警告事件。 |
light |
Integer |
优化事件。 |
cpu_usage |
Double |
CPU使用率。 |
mem_usage |
Double |
内存使用率。 |
space_usage |
Double |
空间使用率。 |
connection_rate |
Double |
连接使用率。 |
iops_usage |
Double |
IOPS使用率。 |
thread_running |
Double |
活跃会话。 |
slow_sql_total |
Long |
慢SQL数量。 |
lost_points_detail_list |
Array of 表22 objects |
扣分详情。 |
参数 |
参数类型 |
描述 |
---|---|---|
metric |
String |
扣分项。 |
lost_points |
Double |
所扣分数。 |
risk_level |
String |
事件等级。 |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码。 |
error_msg |
String |
错误描述。 |
状态码: 500
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码。 |
error_msg |
String |
错误描述。 |
- RDS for MySQL审计日志_开启日志审计_数据库审计_华为云数据库RDS
- 应用性能管理APM_应用性能_功能简介
- 云数据库RDS for MySQL存储空间自动扩容_存储空间_自动扩容_MySQL云盘
- RDS for MySQL限流_华为云数据库RDS_自治限流_SQL限流
- 如何连接测试服务器数据库_mysql数据库磁盘满了怎么办
- GaussDB测试_GaussDB数据库测试_高斯数据库测试-华为云
- GaussDB产品特性_gaussdb最大优势_高斯数据库产品特性_华为云
- 云数据库如何选购?
- 云数据库如何选购?
- GaussDB版本查询_华为云GaussDB的作用_高斯数据库版本查询_华为云