Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
Backlog
-
Security Level: Default (Default Security Scheme)
-
None
-
Horizon 22 - Jun 23 - Jul 7, Horizon 22 - Jul 7 - Jul 21
Description
To reproduce this issue, just create a graphml using a source like test-topology.xml
that you can find in our source code smoke-test/src/test/resources/topology/graphml/test-topology.xml
Then create the graph with the command:
curl -X POST -H "Content-Type: application/xml" -u admin:admin -d@./src/test/resources/topology/graphml/test-topology.xml 'http://localhost:8980/opennms/rest/graphml/test'
you'll have access the topologyUI page and in the view menu the provided graph is available.
Then delete the graph:
curl -X DELETE -u admin:admin 'http://localhost:8980/opennms/rest/graphml/test'
Reload the topology UI and you got an unrecoverable error.