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: get
Path: /topology/v2/graph/excludeAlarmTypes
Retrieve All Edges
Method: get
Path: /topology/v2/graph/edge
Retrieve All Vertices
Method: get
Path: /topology/v2/graph/vertex
Retrieve an existing Edge based on enityId
Method: get
Path: /topology/v2/graph/edge/eid/{eid}
Retrieve an existing Vertex based on enityId
Method: get
Path: /topology/v2/graph/vertex/eid/{eid}
Retrieve cost mappings on communication edge.
Method: get
Path: /topology/v2/graph/costMapping
Retrieve paths that are matching the search criteria, mentioned in the form of properties in request
Method: get
Path: /topology/v2/graph/paths
Retrieve paths that are matching the search criteria, mentioned in the form of properties in request
Method: post
Path: /topology/v2/graph/paths
Retrieve shortest path from source to destination
Method: get
Path: /topology/v2/graph/shortest-path/source/{src}/destination/{dest}
Retrieve the count of Edges
Method: get
Path: /topology/v2/graph/edge/count
Retrieve the count of Vertices
Method: get
Path: /topology/v2/graph/vertex/count