-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.4.0
-
Fix Version/s: 1.4.0
-
Component/s: None
-
Labels:None
-
Environment:
commit 754d8e3bf9e66a97844f38a5509c63faaa51d740
-
Story Points:2
-
Sprint:Emu Sprint 3 (11/2 - 11/20)
When trying to delete all the device network configurations, I used the following rest call:
curl -X DELETE --header "Accept: application/json" "http://10.128.30.11:8181/onos/v1/network/configuration/devices"
with a 200 response code.
However, it looks like all of the device configs are still there. There were no exceptions in the logs.