上一主题: 报警服务下一主题: 业务事务服务


业务服务

WSDL URL:

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

操作:

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

操作

输入

输出

说明

getAllBusinessServices

Array of type DBusinessSvcSnapshot

检索在 CA APM 中定义的所有业务服务的列表

getAllBusinessServicesByVertexId

vertexId (type: long)

Array of type DBusinessSvcSnapshot

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

getAllBusinessServicesByOwnerId

ownerId (type: long)

Array of type DBusinessSvcSnapshot

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

getBusinessServiceByBTId

busTransId (type: long)

Type DBusinessSvcSnapshot

检索与特定业务事务相关的业务服务

getBusinessServiceByTransId

transId (type: long)

Type DBusinessSvcSnapshot

检索与特定事务相关的业务服务

getBusinessServiceById

busSvcId (type: long)

Type DBusinessSvcSnapshot

按照业务服务 ID 检索有关业务服务的详细信息

getBusinessServiceByName

busSvcName (type: string)

Type DBusinessSvcSnapshot

按照业务服务名称检索有关业务服务的详细信息

getAllBusinessServicesDeleted()

Array of type DBusSvcSnapshot containing information on Business Service

检索删除的所有业务服务。