应用性能管理 APM-查询URL跟踪视图详情:响应参数

时间:2024-04-30 09:29:55

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

tx_node_list

Array of TxNode objects

组件节点列表。

tx_line_list

Array of TxLine objects

组件之间调用指向线列表。

表4 TxNode

参数

参数类型

描述

tx_node_id

String

节点id。

tx_node_name

String

节点名称。

tx_node_type

String

节点类型。

表5 TxLine

参数

参数类型

描述

tx_from_node

String

开始节点。

tx_to_node

String

结束节点。

invoke_count

Long

调用次数。

rt

Double

平均响应时间。

error_count

Long

错误数。

type

String

类型。

direction

String

指向。

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