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。 |
|
版权所有 © 2013 CA。
保留所有权利。
|
|