...
Below are the UI elements to be implemented.
- Drop-down Table (with table properties) to select the connected device/networkElement.
- Once the connected device is selected from the above drop-downtable, it should display the below four panels/accordions.
- Network Element
- Ethernet container
- Structure (pure ethernet)
- AirInterface
a) Network element: The view of network element when expanded is divided into three different panels.
- LTP(ETH-CTP)
- LTP(MWS-TTP)
- LTP(MWPS-TTP)
...
- LTPs associated with the selected network element.
- Once the LTP is selected below configurations should be displayed based on the LTP.
a) Ethernet Container: The
...
Ethernet Container
...
have the below different fields
i. Capability
ii. Performance history: This should be a table view which has below fields
a) History-data-id
b) Granularity-period
c) Performance-data
d) Period-end-time
e) Suspect-interval-flag
The Performance history data is available in the database in the below index. The index is “sdnperformance” the doctype “historicalperformance15min” and “historicalperformance24h”
iii. Current performance
...
v. Configuration
vi. Status
cb) Structure (pure ethernet): Structure when expanded should have six the below different panelsfields
i. Capability
ii. Performance history: This should be a table view which has below fields
a) History-data-id
b) Granularity-period
c) Performance-data
d) Period-end-time
e) Suspect-interval-flag
The Performance history data is available in the database in the below index. The index is “sdnperformance” the doctype “historicalperformance15min” and “historicalperformance24h”
iii. Current performance
...
v. Configuration
vi. Status
dc) AirInterface: AirInterface when expanded should have six the below different panelsfields
i. Capability
ii. Performance history: This should be a table view which has below fields a) History-data-id
b) Granularity-period
c) Performance-data d) Period-end-time
e) Suspect-interval-flag
The Performance history data is available in the database in the below index.
The index is “sdnperformance” the doctype “historicalperformance15min” and “historicalperformance24h”
iii. Current performance
...
The config values are available in restConf <Incomplete documentation> Yet to be modified