Versions Compared

Key

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

...

 button on the top right corner should be implemented to allow users to add/mount a device.

Reload ButtonImage Added: Reloads/Refresh the Network Elements table

The “Network Elements” tab shows the table with the following columns:

  1. Node Name
  2. Required
  3. Connection Status
  4. Host
  5. Port
  6. Core Model
  7. Type

Image RemovedImage Added


By right-clicking on an element in the table, a context menu should be opened offering further functionality.

...

The context menu should offer the following actions for a selected element:

Image Added


ActionIcon
Web Client

Mount

Unmount

Info

Edit

Remove

...

To get all extensions of a network element, the following REST API is called: (GET)  restconf/config/network-topology:network-topology/topology/topology-netconf/node/{nodeId}/yang-ext:mount/core-model:network-element: The data provider provides the REST-API to read the data :-  /rests/operations/data-provider:read-gui-cut-through-entry


Edit button

The Edit button should allow updating the following properties of a network element:

...

  1. Time
  2. Node Name
  3. Connection Status

Image RemovedImage Added


Data provider

The values are stored in an ElasticSearch database. The data provider provides the REST-API to read/write/update the data.

...