kytos / topology

Kytos Main Topology Network Application (NApp)
https://napps.kytos.io/kytos/topology
MIT License
0 stars 19 forks source link

Save and restore the administrative status for Links #120

Closed cmagnobarbosa closed 4 years ago

cmagnobarbosa commented 4 years ago

Today, changes in the Link administrative status (enabled/disabled) are not stored in the storehouse NApp. This commit solves this problem, ensuring persistence for these modifications.

The restored of the saved data must be triggered manually using this REST Endpoint:

GET http://0.0.0.0:8181/api/kytos/topology/v3/restore

Fix https://github.com/kytos/topology/issues/119