上一主题: 顶点服务下一主题: 安全影响


事务服务

WSDL URL:

http://<host>:<port>/apm-web-services/services/TransactionService?wsdl

操作:

此服务提供与事务相关的所有操作。 提供的信息主要从 CA CEM 获得,虽然一些关联也使用 CA APM 模型中的信息完成。

操作

输入

输出

说明

getTransactionById

transId (type: long)

Type DTransactionSnapshot

基于事务 ID 检索事务详细信息

getTransactionsByBS

busSvcId (type: long)

Array of type DTransactionSnapshot

检索与特定业务服务相关的所有事务的列表

getTransactionsByBT

busTransId (type: long)

Array of type DTransactionSnapshot

检索与特定业务事务相关的所有事务的列表

getTransactionsByOwner

ownerId (type: long)

Array of type DTransactionSnapshot

检索与特定所有者相关的所有事务的列表

getTransactionsByVertex

vertexId (type: long)

Array of type DTransactionSnapshot

检索与特定顶点相关的所有事务的列表