应用性能管理 APM-查询监控项配置信息:响应参数

时间:2024-05-20 19:52:42

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

title

String

标题。

collector_name

String

采集器名称。

view_row_list

Array of ViewRow objects

视图的列表,内部每个List代表的是一行图表。

style

String

类型。

表4 ViewRow

参数

参数类型

描述

view_list

Array of ViewBase objects

视图行,包含多个视图,展示的时候根据实际的长度适配。

title

String

标题。

表5 ViewBase

参数

参数类型

描述

collector_name

String

采集器名称。

metric_set

String

视图对应的指标集的名称。

title

String

图标所需展示的标题。

table_direction

String

表格的方向,H:默认,表头横向,V:表头纵向。

枚举值:

  • H
  • V

group_by

String

分组规则。

filter

String

过滤列表模型。

field_item_list

Array of FieldItem objects

所需展示的字段列表模型。

span

Boolean

span信息。

span_field

String

span字段属性。

order_by

String

排序规则。

latest

Boolean

是否只展示最近一笔数据。

view_type

String

视图类型。

枚举值:

  • trend
  • sumtable
  • rawtable
表6 FieldItem

参数

参数类型

描述

function

String

表达式。

as

String

作为。

default_value

String

默认值。

trace

Boolean

是否是trace。

precision

Integer

百分比。

unit

String

单位。

visible

Boolean

是否可见。

support.huaweicloud.com/api-apm/ShowMonitorItemViewConfig.html