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
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