http://<host>:<port>/apm-web-services/services/VertexService?wsdl
该服务提供在 CA APM 模型中具有可用信息的所有顶点相关操作。
|
操作 |
输入 |
输出 |
说明 |
|---|---|---|---|
|
getAllVertexTypes |
无 |
Array of Type DVertexSnapshot |
检索所有已定义顶点类型的列表 |
|
getVertexById |
vertexId (type: long) |
Type DVertexSnapshot |
按照顶点 ID 检索顶点详细信息 |
|
getAllVerticesByTypeId |
vertexTypeId(type: long) |
Array of Type DVertexSnapshot |
检索特定类型的所有顶点的列表 |
|
getCurrentVerticesByTypeId |
vertexTypeId(type: long) |
Array of Type DVertexSnapshot |
按照类型 ID 检索特定类型的当前顶点的列表 |
|
getAllVerticesByTypeIdAndDate |
vertexTypeId(type: long) startDateTime (type:dateTime) endDateTime(type: dateTime) |
Array of Type DVertexSnapshot |
检索指定时间范围内特定类型的顶点的列表 |
|
getAllVerticesByTypeName |
vertexType(type: String) |
Array of Type DVertexSnapshot |
按照类型名称检索特定类型的所有顶点的列表 |
|
getCurrentVerticesByTypeName |
vertexType(type: String) |
Array of Type DVertexSnapshot |
按照类型名称检索特定类型的当前顶点的列表 |
|
getAllVerticesByTypeNameAndDate |
vertexType(type: String) startDateTime (type:dateTime) endDateTime(type: dateTime) |
Array of Type DVertexSnapshot |
按照类型名称检索指定时间范围内特定类型的顶点的列表 |
|
getVerticesByHostNameAndType |
hostname (type:String) vertexTypeId(type: long) |
Array of Type DVertexSnapshot |
检索特定主机上按照顶点类型指定的顶点的列表 |
|
getCurrentVerticesByHostNameAndType |
hostname (type:String) vertexTypeId(type: long) |
Array of Type DVertexSnapshot |
检索特定主机上按照顶点类型指定的当前顶点的列表 |
|
getVerticesByHostNameAndTypeAndDate |
hostname (type:String) vertexTypeId(type: long) startDateTime (type:dateTime) endDateTime(type: dateTime) |
Array of Type DVertexSnapshot |
检索特定主机上按照顶点类型指定、受日期范围约束的顶点的列表 |
|
getAllChildVerticesByParentId |
parentId(type: long) |
Array of Type DVertexSnapshot |
检索与父顶点相关的所有子顶点 |
|
getCurrentChildVerticesByParentId |
parentId(type: long) |
Array of Type DVertexSnapshot |
检索与父顶点相关的当前子顶点 |
|
getAllChildVerticesByParentIdAndDate |
parentId(type: long) startDateTime (type:dateTime) |
Array of Type DVertexSnapshot |
按照指定时间范围检索与父顶点相关的子顶点的列表 |
|
getObsoleteVertices(Date startTime, Date endTime) |
startTime (type: dateTime) endTime (type: dateTime) |
Array of type DVertexSnapshot containing information on the Vertex. |
获取按照废弃规则被视为废弃的所有顶点。 |
|
版权所有 © 2013 CA。
保留所有权利。
|
|