PGX Graph REST Endpoints
Active Topology Automation/PGX Graph
REST APIs for Active Topology Automation, PGX Graph.
- Retrieve alarm types that needs to be excluded while doing path analysis.
- Method: getPath:
/topology/v2/graph/excludeAlarmTypes - Retrieve All Edges
- Method: getPath:
/topology/v2/graph/edge - Retrieve All Vertices
- Method: getPath:
/topology/v2/graph/vertex - Retrieve an existing Edge based on enityId
- Method: getPath:
/topology/v2/graph/edge/eid/{eid} - Retrieve an existing Vertex based on enityId
- Method: getPath:
/topology/v2/graph/vertex/eid/{eid} - Retrieve cost mappings on communication edge.
- Method: getPath:
/topology/v2/graph/costMapping - Retrieve paths that are matching the search criteria, mentioned in the form of properties in request
- Method: getPath:
/topology/v2/graph/paths - Retrieve paths that are matching the search criteria, mentioned in the form of properties in request
- Method: postPath:
/topology/v2/graph/paths - Retrieve shortest path from source to destination
- Method: getPath:
/topology/v2/graph/shortest-path/source/{src}/destination/{dest} - Retrieve the count of Edges
- Method: getPath:
/topology/v2/graph/edge/count - Retrieve the count of Vertices
- Method: getPath:
/topology/v2/graph/vertex/count