http://<host>:<port>/apm-web-services/services/EdgeService?wsdl
该服务提供在 CA APM 模型中具有可用信息的所有边线相关操作。 查询仅会返回具有最新流的唯一边线。
|
操作 |
输入 |
输出 |
说明 |
|---|---|---|---|
|
getEdgeById |
edgeId (type: long) |
Type DEdgeSnapshot |
按照边线 ID 检索边线详细信息 |
|
getAllCurrentEdgesByOwner |
ownerId (type: long) |
Array of type DEdgeSnapshot |
按照所有者检索所有当前边线的列表 |
|
getAllEdgesByOwner |
ownerId (type: long) |
Array of type DEdgeSnapshot |
按照所有者检索所有当前边线和历史边线的列表 |
|
getAllEdgesByOwnerAndDate |
ownerId (type: long) startDateTime (type:dateTime) endDateTime(type: dateTime) |
Array of type DEdgeSnapshot |
按照所有者检索指定日期范围内的所有边线的列表 |
|
getAllCurrentEdgesByTrans |
transId (type: long) |
Array of type DEdgeSnapshot |
按照事务 ID 检索所有当前边线的列表 |
|
getAllEdgesByTrans |
transId (type: long) |
Array of type DEdgeSnapshot |
按照事务 ID 检索所有边线的列表 |
|
getAllEdgesByTransAndDate |
transId (type: long) startDateTime (type:dateTime) endDateTime(type: dateTime) |
Array of type DEdgeSnapshot |
按照事务 ID 检索指定日期范围内的所有边线的列表 |
|
getAllCurrentEdgesByVertex |
vertexId (type: long) |
Array of type DEdgeSnapshot |
检索特定顶点的所有当前边线的列表 |
|
getAllEdgesByVertex |
vertexId (type: long) |
Array of type DEdgeSnapshot |
检索特定顶点的所有边线的列表 |
|
getAllEdgesByVertexAndDate |
vertexId (type: long)startDateTime (type:dateTime)endDateTime(type: dateTime) |
Array of type DEdgeSnapshot |
检索特定顶点在指定日期范围内所有边线的列表 |
|
getAllCurrentEdgesByHeadVertex |
headVertexId (type: long) |
Array of type DEdgeSnapshot |
检索与头顶点相关的所有当前边线的列表 |
|
getAllEdgesByHeadVertex |
headVertexId (type: long) |
Array of type DEdgeSnapshot |
检索与头顶点相关的所有边线的列表 |
|
getAllEdgesByHeadVertexAndDate |
headVertexId (type: long)startDateTime (type:dateTime)endDateTime(type: dateTime) |
Array of type DEdgeSnapshot |
检索指定日期范围内与头顶点相关的边线的列表 |
|
getAllCurrentEdgesByTailVertex |
tailVertexId (type: long) |
Array of type DEdgeSnapshot |
检索与尾顶点相关的所有当前边线的列表 |
|
getAllEdgesByTailVertex |
tailVertexId (type: long) |
Array of type DEdgeSnapshot |
检索与尾顶点相关的所有边线的列表 |
|
getAllEdgesByTailVertexAndDate |
tailVertexId (type: long)startDateTime (type:dateTime) endDateTime(type: dateTime) |
Array of type DEdgeSnapshot |
检索指定日期范围内与尾顶点相关的边线的列表 |
|
getAllCurrentEdgesByHeadOwner |
ownerId (type: long) |
Array of type DEdgeSnapshot |
获取过去 24 小时内添加到 CA APM 模型中的与标头所有者相关的所有唯一边线。 |
|
getAllEdgesByHeadOwner |
ownerId (type: long) |
Array of type DEdgeSnapshot |
获取 CA APM 模型中与标头所有者相关的所有唯一边线。 |
|
getAllEdgesByHeadOwnerAndDate |
ownerId (type: long) startDateTime (type:dateTime) endDateTime(type: dateTime) |
Array of type DEdgeSnapshot |
获取指定时间段内 CA APM 模型中与标头所有者相关的所有唯一边线。 |
|
getAllCurrentEdgesByTailOwner |
ownerId (type: long) |
Array of type DEdgeSnapshot |
获取过去 24 小时内添加到 CA APM 模型中的与尾所有者相关的所有唯一边线。 |
|
getAllEdgesByTailOwner |
ownerId (type: long) |
Array of type DEdgeSnapshot |
获取 CA APM 模型中与尾所有者相关的所有唯一边线。 |
|
getAllEdgesByTailOwnerAndDate |
ownerId (type: long) startDateTime (type:dateTime) endDateTime(type: dateTime) |
Array of type DEdgeSnapshot |
获取指定时间段内 CA APM 模型中与尾所有者相关的所有唯一边线。 |
|
getObsoleteEdges(Date startTime, Date endTime) |
startTime (type: dateTime) endTime (type: dateTime) |
Array of type DEdgeSnapshot containing information on the Edge |
获取按照废弃规则被视为废弃的所有边线。 |
注意:查询将仅会返回表示最新流的唯一边线。
|
版权所有 © 2013 CA。
保留所有权利。
|
|