上一主题: 度量标准服务下一主题: 顶点服务


所有者服务

WSDL URL:

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

操作:

该服务提供在 CA APM 模型中具有可用信息的所有所有者相关操作。

操作

输入

输出

说明

getAllOwnerTypes

Array of type string

检索所有者的所有可用类型

getOwnerById

ownerId (type:long)

TypeDOwnerSnapshot

按照所有者 ID 检索所有者详细信息

getAllOwners

Array of Type DOwnerSnapshot

检索所有所有者的列表

getAllOwnersByDate

startDateTime (type:dateTime)

endDateTime(type: dateTime)

Array of Type DOwnerSnapshot

检索指定时间范围内所有所有者的列表

getCurrentOwners

Array of Type DOwnerSnapshot

检索所有当前所有者的列表

getOwnersByType

ownerType (type: string)

Array of Type DOwnerSnapshot

检索特定类型的所有所有者

getCurrentOwnersByType

ownerType (type: string)

Array of Type DOwnerSnapshot

检索特定类型的当前所有者的列表

getOwnersByTypeAndDate

ownerType (type: string)

startDateTime (type:dateTime)

endDateTime(type: dateTime)

Array of Type DOwnerSnapshot

检索指定时间范围内特定类型的所有者的列表

getAllOwnersByTransId

transId (type: long)

Array of Type DOwnerSnapshot

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

getCurrentOwnersByTransId

transId (type: long)

Array of Type DOwnerSnapshot

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

getAllOwnersByTransIdAndDate

transId (type: long)

startDateTime (type:dateTime)

endDateTime(type: dateTime)

Array of Type DOwnerSnapshot

检索指定时间范围内与特定事务 ID 相关的所有者的列表

getCurrentOwnersByBTId

busTransId (type: long)

Array of type DOwnerSnapshot

获取过去 24 小时内添加到 CA APM 模型的与业务事务 ID 相关联的所有所有者。

getAllOwnersByBTId

busTransId (type: long)

Array of type DOwnerSnapshot

获取 CA APM 模型中与业务事务 ID 相关联的所有所有者。

getAllOwnersByBTIdAndDate

busTransId (type: long)

startDateTime (type:dateTime)

endDateTime(type: dateTime)

Array of type DOwnerSnapshot

获取指定时间段内添加到 CA APM 模型的与业务事务 ID 相关联的所有所有者。

getCurrentApplicationsByBTId

busTransId (type: long)

Array of type DOwnerSnapshot

获取过去 24 小时内添加到 CA APM 模型的与业务事务 ID 相关联的所有应用程序(前端)。

getAllApplicationsByBTId

busTransId (type: long)

Array of type DOwnerSnapshot

获取 CA APM 模型中与业务事务 ID 相关联的所有应用程序(前端)。

getAllApplicationsByBTIdAndDate

busTransId (type: long)

startDateTime (type:dateTime)

endDateTime(type: dateTime)

Array of type DOwnerSnapshot

获取指定时间段内添加到 CA APM 模型的与业务事务 ID 相关联的所有应用程序(前端)。

getObsoleteOwners(Date startTime, Date endTime)

startTime (type: dateTime)

endTime (type: dateTime)

Array of type DOwnerSnapshot containing information on the Owner.

检索按照废弃规则被视为废弃的所有所有者

getObsoleteAppOwnersByBTld(Long busTransId, Date startTime, Date endTime)

busTransId(type:

long)

startDateTime

(type:dateTime)

endDateTime

(type:dateTime)

 

Array of type DOwnerSnapshot containing information on the Owner.

获取按照废弃规则被视为废弃的所有应用程序。

getObsoleteBTCOwnersByBTId(Long busTransId, Date startTime, Date endTime)

busTransId(type:

long)

startDateTime

(type:dateTime)

endDateTime

(type:dateTime)

 

Array of type DOwnerSnapshot containing information on the Owner.

获取按照废弃规则被视为废弃的所有 BTC。