Edge REST Endpoints
Active Topology Automation/Edge
REST APIs for Active Topology Automation, Edge.
- Create a new Edge
- Method: postPath:
/topology/v2/edge - Delete an existing edge based on the entityId
- Method: deletePath:
/topology/v2/edge/eid/{eid} - Delete an existing edge based on the fromNode and the toNode
- Method: deletePath:
/topology/v2/edge/fromnode/{fromnode}/tonode/{tonode} - Delete an existing edge based on typeId and referenceId
- Method: deletePath:
/topology/v2/edge/typeid/{typeid}/referenceid/{referenceid} - Retrieve a list of communication edges
- Method: getPath:
/topology/v2/edge/communication - Retrieve a list of communication edges in a network
- Method: getPath:
/topology/v2/edge/communication/network/{network} - Retrieve a list of communication edges terminated on a location
- Method: getPath:
/topology/v2/edge/communication/location/eid/{loceid} - Retrieve a list of communication edges terminated on a network entity code
- Method: getPath:
/topology/v2/edge/communication/nec/eid/{neceid} - Retrieve a list of communication edges within a specific distance of a device
- Method: getPath:
/topology/v2/edge/communication/center-vertex/eid/{eid} - Retrieve a list of communication edges, nodes and alarms in a network
- Method: getPath:
/topology/v2/edge/network/{network} - Retrieve a list of containment edges
- Method: getPath:
/topology/v2/edge/containment - Retrieve a list of edges
- Method: getPath:
/topology/v2/edge - Retrieve a list of Edges
- Method: postPath:
/topology/v2/edge/edges - Retrieve a list of edges using a list of entity ids
- Method: postPath:
/topology/v2/edge/eids - Retrieve an existing Edge based on enityId
- Method: getPath:
/topology/v2/edge/eid/{eid} - Retrieve an existing Edge based on typeId and referenceId
- Method: getPath:
/topology/v2/edge/typeid/{typeid}/referenceid/{referenceid} - Retrieve an related device edges based on the device enityId and edge label
- Method: getPath:
/topology/v2/edge/device/eid/{eid} - Retrieve the location hierarchy down
- Method: getPath:
/topology/v2/edge/vertex/eid/{eid}/hierarchy - Update an existing Edge
- Method: putPath:
/topology/v2/edge - Update cost of existing edge
- Method: patchPath:
/topology/v2/edge/eid/{eid} - Update cost of existing edge
- Method: patchPath:
/topology/v2/edge/typeid/{typeid}/referenceid/{referenceid}