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 |
检索删除的所有业务服务。 |
|
版权所有 © 2013 CA。
保留所有权利。
|
|