Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GET /topologyGets overview of the current topology.
GET /topology/clustersGets list of topology cluster overviews.
GET /topology/cluster/{clusterId}Gets overview of a specific topology cluster.
GET /topology/cluster/{clusterId}/devicesGets infrastructure devices that belong to the specified topology cluster.
GET /topology/cluster/{clusterId}/linksGets infrastructure links that belong to the specified topology cluster.
GET /topology/broadcast/{connectPoint}Gets indication whether the given point permits broadcast.
GET /topology/infrastructure/{connectPoint}Gets indication whether the given point belongs to network infrastructure.

Path

GET /paths/{srcDeviceIdelementId}/{dstDeviceIdelementId}Gets set of pre-computed shortest paths between the specified source and destination devices.GET /paths/{srcHostId}/{dstHostId}[?avoidSharedRisks=[true|false]]Gets set of pre-computed shortest paths between the specified source and destination end-stations. If ‘avoidSharedRisks’ optional parameter is present or set to true, return only those paths that do not share the same link or intermediate infrastructure devices and linksnetwork elements.

Flow  

GET /flows/{deviceId}Gets list of flow rules applied to the specified infrastructure device.
GET /flows/{deviceId}/{flowId}Gets details of a specified flow rule.
GET /flowsGets details of all flow rules in the system.
POST /flows/Applies batch of flow rule operations; this includes add/remove operations.
POST /flows/{deviceId}Applies a new flow rule on the specified device.
DELETE /flows/{deviceId}/{flowId} Deletes a flow rule from the specified device.
GET /flows/link/{linkId}Gets aggregate statistics for all flows traversing the given link.

...